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

{
    "name": "Dr. Feelgood",
    "title": "Dr. Feelgood",
    "id": 11938,
    "slug": "dr-feelgood",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11938/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23998,
            "title": "Milk And Alcohol",
            "url": "https://www.guitarparty.com/songs/milk-and-alcohol/"
        }
    ]
}