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

{
    "name": "Gene Arnold",
    "title": "Gene Arnold",
    "id": 8372,
    "slug": "gene-arnold",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8372/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15107,
            "title": "When Jesus Beckons Me Home",
            "url": "https://www.guitarparty.com/songs/when-jesus-beckons-me-home/"
        }
    ]
}