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

{
    "name": "Bachman Turner Overdrive",
    "title": "Bachman Turner Overdrive",
    "id": 11248,
    "slug": "bachman-turner-overdrive",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11248/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23450,
            "title": "Takin' Care Of Business",
            "url": "https://www.guitarparty.com/songs/takin-care-of-business/"
        },
        {
            "id": 1033,
            "title": "You ain't seen nothing yet",
            "url": "https://www.guitarparty.com/songs/you-aint-seen-nothing-yet/"
        }
    ]
}