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

{
    "name": "Steve Nelon",
    "title": "Steve Nelon",
    "id": 8272,
    "slug": "steve-nelon",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8272/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14808,
            "title": "Peter Cottontail",
            "url": "https://www.guitarparty.com/songs/peter-cottontail/"
        }
    ]
}