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

{
    "name": "Darryl Hunt",
    "title": "Darryl Hunt",
    "id": 2258,
    "slug": "darryl-hunt",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2258/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 2545,
            "title": "Love You 'Till The End",
            "url": "https://www.guitarparty.com/songs/love-you-till-the-end/"
        }
    ]
}