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

{
    "name": "Mary B. Slade",
    "title": "Mary B. Slade",
    "id": 9579,
    "slug": "mary-b-slade",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9579/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21227,
            "title": "Who at My Door is Standing",
            "url": "https://www.guitarparty.com/songs/who-at-my-door-is-standing/"
        }
    ]
}