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

{
    "name": "Gladys Knight",
    "title": "Gladys Knight",
    "id": 16231,
    "slug": "gladys-knight",
    "url": "https://www.guitarparty.com/api/v3/core/authors/16231/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28863,
            "title": "Thats What Friends Are For",
            "url": "https://www.guitarparty.com/songs/thats-what-friends-are-for/"
        }
    ]
}