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

{
    "name": "Cage the Elephant",
    "title": "Cage the Elephant",
    "id": 14500,
    "slug": "cage-the-elephant",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14500/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27092,
            "title": "Cigarette Daydreams",
            "url": "https://www.guitarparty.com/songs/cigarette-daydreams/"
        }
    ]
}