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

{
    "name": "Bob Watson",
    "title": "Bob Watson",
    "id": 6164,
    "slug": "bob-watson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6164/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10931,
            "title": "No Other Baby",
            "url": "https://www.guitarparty.com/songs/no-other-baby/"
        }
    ]
}