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

{
    "name": " Bette Midler",
    "title": " Bette Midler",
    "id": 11680,
    "slug": "bette-midler-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11680/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23790,
            "title": "Ukulele Lady",
            "url": "https://www.guitarparty.com/songs/ukulele-lady/"
        }
    ]
}