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

{
    "name": "John Fearis",
    "title": "John Fearis",
    "id": 9336,
    "slug": "john-fearis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9336/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20602,
            "title": "Beautiful Isle Of Somewhere",
            "url": "https://www.guitarparty.com/songs/beautiful-isle-of-somewhere/"
        }
    ]
}