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

{
    "name": "Danny Small",
    "title": "Danny Small",
    "id": 6222,
    "slug": "danny-small",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6222/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11011,
            "title": "Without Love (There Is Nothing)",
            "url": "https://www.guitarparty.com/songs/without-love-there-is-nothing/"
        }
    ]
}