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

{
    "name": "Jimmy Atkins",
    "title": "Jimmy Atkins",
    "id": 6007,
    "slug": "jimmy-atkins",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6007/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10744,
            "title": "You're The Nearest Thing To Heaven",
            "url": "https://www.guitarparty.com/songs/youre-the-nearest-thing-to-heaven/"
        }
    ]
}