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

{
    "name": "W.D. Chandler",
    "title": "W.D. Chandler",
    "id": 9350,
    "slug": "w-d-chandler",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9350/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20617,
            "title": "Aint No Wheels On This Ship",
            "url": "https://www.guitarparty.com/songs/aint-no-wheels-on-this-ship/"
        }
    ]
}