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

{
    "name": "David Stephenson",
    "title": "David Stephenson",
    "id": 9708,
    "slug": "david-stephenson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9708/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21618,
            "title": "I Apologize",
            "url": "https://www.guitarparty.com/songs/i-apologize/"
        }
    ]
}