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

{
    "name": "Mike Altman",
    "title": "Mike Altman",
    "id": 11866,
    "slug": "mike-altman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11866/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23933,
            "title": "Suicide Is Painless",
            "url": "https://www.guitarparty.com/songs/suicide-is-painless/"
        }
    ]
}