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

{
    "name": "Cindy Gough",
    "title": "Cindy Gough",
    "id": 5308,
    "slug": "cindy-gough",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5308/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 9491,
            "title": "Come Fill This Place",
            "url": "https://www.guitarparty.com/songs/come-fill-this-place/"
        }
    ]
}