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

{
    "name": "Jane Whitman",
    "title": "Jane Whitman",
    "id": 9826,
    "slug": "jane-whitman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9826/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21942,
            "title": "Up on the Housetop",
            "url": "https://www.guitarparty.com/songs/up-on-the-housetop/"
        }
    ]
}