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

{
    "name": "Blood  Sweat and Tears",
    "title": "Blood  Sweat and Tears",
    "id": 5173,
    "slug": "blood-sweat-and-tears",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5173/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 8841,
            "title": "God bless the child",
            "url": "https://www.guitarparty.com/songs/god-bless-the-child/"
        }
    ]
}