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

{
    "name": "Debbie Hullett",
    "title": "Debbie Hullett",
    "id": 5584,
    "slug": "debbie-hullett",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5584/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10223,
            "title": "Give Her My Best",
            "url": "https://www.guitarparty.com/songs/give-her-my-best/"
        }
    ]
}