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

{
    "name": "Glenn Tubb",
    "title": "Glenn Tubb",
    "id": 9449,
    "slug": "glenn-tubb",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9449/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20831,
            "title": "Skip a Rope",
            "url": "https://www.guitarparty.com/songs/skip-a-rope/"
        }
    ]
}