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

{
    "name": "Ken Westberry",
    "title": "Ken Westberry",
    "id": 8334,
    "slug": "ken-westberry",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8334/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14990,
            "title": "Memory Maker",
            "url": "https://www.guitarparty.com/songs/memory-maker/"
        }
    ]
}