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

{
    "name": "Ken Hunt",
    "title": "Ken Hunt",
    "id": 6032,
    "slug": "ken-hunt",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6032/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10776,
            "title": "I Came So Close To Living Alone",
            "url": "https://www.guitarparty.com/songs/i-came-so-close-to-living-alone/"
        }
    ]
}