GET /api/v3/core/authors/6490/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Fred Spielman",
    "title": "Fred Spielman",
    "id": 6490,
    "slug": "fred-spielman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6490/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11397,
            "title": "It Only Hurts For A Little While",
            "url": "https://www.guitarparty.com/songs/it-only-hurts-for-a-little-while/"
        },
        {
            "id": 20449,
            "title": "Paper Roses",
            "url": "https://www.guitarparty.com/songs/paper-roses/"
        }
    ]
}