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

{
    "name": "Renaissence",
    "title": "Renaissence",
    "id": 5221,
    "slug": "renaissence",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5221/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 9024,
            "title": "At the Harbour",
            "url": "https://www.guitarparty.com/songs/at-the-harbour/"
        }
    ]
}