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

{
    "name": "Stuart Ziff",
    "title": "Stuart Ziff",
    "id": 9825,
    "slug": "stuart-ziff",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9825/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21937,
            "title": "Thinking Problem",
            "url": "https://www.guitarparty.com/songs/thinking-problem/"
        }
    ]
}