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

{
    "name": " Jeff Bashker",
    "title": " Jeff Bashker",
    "id": 10910,
    "slug": "jeff-bashker",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10910/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23181,
            "title": "Just Give Me A Reason",
            "url": "https://www.guitarparty.com/songs/just-give-me-a-reason/"
        }
    ]
}