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

{
    "name": "Fred Fassert",
    "title": "Fred Fassert",
    "id": 431,
    "slug": "fred-fassert",
    "url": "https://www.guitarparty.com/api/v3/core/authors/431/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 520,
            "title": "Barbara Ann",
            "url": "https://www.guitarparty.com/songs/barbara-ann/"
        }
    ]
}