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

{
    "name": "Ron Hellard",
    "title": "Ron Hellard",
    "id": 6157,
    "slug": "ron-hellard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6157/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10926,
            "title": "I'm No Stranger To The Rain",
            "url": "https://www.guitarparty.com/songs/im-no-stranger-to-the-rain/"
        },
        {
            "id": 19399,
            "title": "Wino The Clown",
            "url": "https://www.guitarparty.com/songs/wino-the-clown/"
        }
    ]
}