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

{
    "name": "Johnny Elgin",
    "title": "Johnny Elgin",
    "id": 8829,
    "slug": "johnny-elgin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8829/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19116,
            "title": "Lonely Music",
            "url": "https://www.guitarparty.com/songs/lonely-music/"
        }
    ]
}