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

{
    "name": "Vincent Cafiso",
    "title": "Vincent Cafiso",
    "id": 11244,
    "slug": "vincent-cafiso",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11244/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23447,
            "title": "Holy Diver",
            "url": "https://www.guitarparty.com/songs/holy-diver/"
        }
    ]
}