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

{
    "name": "Bill Sterling",
    "title": "Bill Sterling",
    "id": 6071,
    "slug": "bill-sterling",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6071/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 10828,
            "title": "Jesus Took The Outlaw Out Of Me",
            "url": "https://www.guitarparty.com/songs/jesus-took-the-outlaw-out-of-me/"
        }
    ]
}