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

{
    "name": "Dusty 0wens",
    "title": "Dusty 0wens",
    "id": 5943,
    "slug": "dusty-0wens",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5943/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10553,
            "title": "Who Do You Think They Would Blame",
            "url": "https://www.guitarparty.com/songs/who-do-you-think-they-would-blame/"
        }
    ]
}