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

{
    "name": "Robert Warden",
    "title": "Robert Warden",
    "id": 6842,
    "slug": "robert-warden",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6842/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12032,
            "title": "Here I Am Drunk Again",
            "url": "https://www.guitarparty.com/songs/here-i-am-drunk-again/"
        }
    ]
}