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

{
    "name": "Dexter Shaffer",
    "title": "Dexter Shaffer",
    "id": 8971,
    "slug": "dexter-shaffer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8971/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19806,
            "title": "Castle Of Shame",
            "url": "https://www.guitarparty.com/songs/castle-of-shame/"
        },
        {
            "id": 19458,
            "title": "High Heels And No Soul",
            "url": "https://www.guitarparty.com/songs/high-heels-and-no-soul/"
        }
    ]
}