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

{
    "name": " Chris Stein",
    "title": " Chris Stein",
    "id": 11914,
    "slug": "chris-stein",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11914/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23973,
            "title": "Heart of glass",
            "url": "https://www.guitarparty.com/songs/heart-of-glass-2/"
        }
    ]
}