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

{
    "name": "Roy Turk",
    "title": "Roy Turk",
    "id": 604,
    "slug": "roy-turk",
    "url": "https://www.guitarparty.com/api/v3/core/authors/604/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 9638,
            "title": "Are you lonesome tonight?",
            "url": "https://www.guitarparty.com/songs/are-you-lonesome-tonigthh/"
        },
        {
            "id": 22146,
            "title": "Gimme A Little Kiss",
            "url": "https://www.guitarparty.com/songs/gimme-a-little-kiss/"
        },
        {
            "id": 22074,
            "title": "Where The Blue Of The Night",
            "url": "https://www.guitarparty.com/songs/where-the-blue-of-the-night/"
        }
    ]
}