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

{
    "name": "The Muppets",
    "title": "The Muppets",
    "id": 11449,
    "slug": "the-muppets",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11449/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23607,
            "title": "The Muppet show theme",
            "url": "https://www.guitarparty.com/songs/the-muppet-show-theme/"
        }
    ]
}