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

{
    "name": " Sam Pottle",
    "title": " Sam Pottle",
    "id": 11448,
    "slug": "sam-pottle",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11448/?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/"
        }
    ]
}