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

{
    "name": "Bud Brewster",
    "title": "Bud Brewster",
    "id": 9592,
    "slug": "bud-brewster",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9592/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21266,
            "title": "Light at the River",
            "url": "https://www.guitarparty.com/songs/light-at-the-river/"
        }
    ]
}