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

{
    "name": "Carl Stutz",
    "title": "Carl Stutz",
    "id": 9551,
    "slug": "carl-stutz",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9551/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22162,
            "title": "Little Things Mean A Lot",
            "url": "https://www.guitarparty.com/songs/little-things-mean-a-lot/"
        },
        {
            "id": 21109,
            "title": "Red Headed Stranger",
            "url": "https://www.guitarparty.com/songs/red-headed-stranger/"
        }
    ]
}