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

{
    "name": "Keith Palmer",
    "title": "Keith Palmer",
    "id": 8844,
    "slug": "keith-palmer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8844/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/KeithPalmer.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 21856,
            "title": "One Hell Of A Heartache",
            "url": "https://www.guitarparty.com/songs/one-hell-of-a-heartache/"
        },
        {
            "id": 19146,
            "title": "You Might Want To Use Me Again",
            "url": "https://www.guitarparty.com/songs/you-might-want-to-use-me-again/"
        }
    ]
}