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

{
    "name": "Shirley Horne",
    "title": "Shirley Horne",
    "id": 10202,
    "slug": "shirley-horne",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10202/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22240,
            "title": "Heres to Life",
            "url": "https://www.guitarparty.com/songs/heres-to-life/"
        }
    ]
}