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

{
    "name": "LaDonna Brewer",
    "title": "LaDonna Brewer",
    "id": 8081,
    "slug": "ladonna-brewer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8081/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14081,
            "title": "Im Tired Of Being Something",
            "url": "https://www.guitarparty.com/songs/im-tired-of-being-something/"
        }
    ]
}