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

{
    "name": "Royal C. Bannon",
    "title": "Royal C. Bannon",
    "id": 5486,
    "slug": "royal-c-bannon",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5486/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10072,
            "title": "I Never Went To Bed With An Ugly Woman",
            "url": "https://www.guitarparty.com/songs/i-never-went-to-bed-with-an-ugly-woman/"
        }
    ]
}