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

{
    "name": "Procul Harum",
    "title": "Procul Harum",
    "id": 650,
    "slug": "procul-harum",
    "url": "https://www.guitarparty.com/api/v3/core/authors/650/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 926,
            "title": "A Whiter Shade Of Pale",
            "url": "https://www.guitarparty.com/songs/a-whiter-shade-of-pale/"
        }
    ]
}