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

{
    "name": "Ken Spooner",
    "title": "Ken Spooner",
    "id": 8032,
    "slug": "ken-spooner",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8032/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13982,
            "title": "If The Devil Danced In Empty Pockets",
            "url": "https://www.guitarparty.com/songs/if-the-devil-danced-in-empty-pockets/"
        }
    ]
}