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

{
    "name": "Bert Burns",
    "title": "Bert Burns",
    "id": 14606,
    "slug": "bert-burns",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14606/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 27207,
            "title": "Cry Baby",
            "url": "https://www.guitarparty.com/songs/cry-baby-2/"
        }
    ]
}