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

{
    "name": "the bootleg boy",
    "title": "the bootleg boy",
    "id": 15392,
    "slug": "the-bootleg-boy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15392/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28022,
            "title": "Deeper Than Before",
            "url": "https://www.guitarparty.com/songs/deeper-than-before/"
        },
        {
            "id": 28535,
            "title": "Leaving",
            "url": "https://www.guitarparty.com/songs/leaving/"
        }
    ]
}