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

{
    "name": " Bill Kenny",
    "title": " Bill Kenny",
    "id": 11586,
    "slug": "bill-kenny",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11586/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23702,
            "title": "When The Swallows Come Back to Capistran",
            "url": "https://www.guitarparty.com/songs/when-the-swallows-come-back-to-capistran/"
        }
    ]
}