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

{
    "name": "Noel Zancanella",
    "title": "Noel Zancanella",
    "id": 12002,
    "slug": "noel-zancanella",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12002/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23919,
            "title": "Maps",
            "url": "https://www.guitarparty.com/songs/maps/"
        }
    ]
}