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

{
    "name": "Bill Lancaster",
    "title": "Bill Lancaster",
    "id": 8150,
    "slug": "bill-lancaster",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8150/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14232,
            "title": "I Cant Have A Merry Christmas",
            "url": "https://www.guitarparty.com/songs/i-cant-have-a-merry-christmas/"
        }
    ]
}