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

{
    "name": "Lionel Delmore",
    "title": "Lionel Delmore",
    "id": 6426,
    "slug": "lionel-delmore",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6426/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11306,
            "title": "Honky Tonk Crowd",
            "url": "https://www.guitarparty.com/songs/honky-tonk-crowd/"
        }
    ]
}