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

{
    "name": "Snooks Homesley",
    "title": "Snooks Homesley",
    "id": 5868,
    "slug": "snooks-homesley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5868/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10630,
            "title": "Wondering What To Do",
            "url": "https://www.guitarparty.com/songs/wondering-what-to-do/"
        }
    ]
}