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

{
    "name": "Jeff Clay",
    "title": "Jeff Clay",
    "id": 9106,
    "slug": "jeff-clay",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9106/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19824,
            "title": "Love Is A Hurting Game",
            "url": "https://www.guitarparty.com/songs/love-is-a-hurting-game/"
        }
    ]
}