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

{
    "name": "Iain Sutherland",
    "title": "Iain Sutherland",
    "id": 12477,
    "slug": "Iain-Sutherland",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12477/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 10203,
            "title": "Arms Of Mary",
            "url": "https://www.guitarparty.com/songs/arms-of-mary/"
        }
    ]
}