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

{
    "name": "Donald R. Kees",
    "title": "Donald R. Kees",
    "id": 7792,
    "slug": "donald-r-kees",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7792/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13502,
            "title": "Whatever Happened To Us",
            "url": "https://www.guitarparty.com/songs/whatever-happened-to-us/"
        }
    ]
}