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

{
    "name": "The Mitchell Trio",
    "title": "The Mitchell Trio",
    "id": 16465,
    "slug": "the-mitchell-trio",
    "url": "https://www.guitarparty.com/api/v3/core/authors/16465/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 29185,
            "title": "Adam's Rib (The Mitchell Trio)",
            "url": "https://www.guitarparty.com/songs/adams-rib-the-mitchell-trio/"
        }
    ]
}