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

{
    "name": "Sylvester",
    "title": "Sylvester",
    "id": 13217,
    "slug": "sylvester",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13217/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25308,
            "title": "You Make Me Feel (Mighty Real)",
            "url": "https://www.guitarparty.com/songs/you-make-me-feel-mighty-real/"
        }
    ]
}