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

{
    "name": "Dean Manuel",
    "title": "Dean Manuel",
    "id": 9802,
    "slug": "dean-manuel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9802/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21880,
            "title": "When You Are Gone",
            "url": "https://www.guitarparty.com/songs/when-you-are-gone/"
        }
    ]
}