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

{
    "name": "Crosby, Stills. Nash & Young",
    "title": "Crosby, Stills. Nash & Young",
    "id": 15099,
    "slug": "crosby-stills-nash-young",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15099/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 27729,
            "title": "Almost Cut My Hair",
            "url": "https://www.guitarparty.com/songs/almost-cut-my-hair/"
        }
    ]
}