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

{
    "name": "Ernest Reed",
    "title": "Ernest Reed",
    "id": 6771,
    "slug": "ernest-reed",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6771/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14177,
            "title": "Enough Heart To Hurt",
            "url": "https://www.guitarparty.com/songs/enough-heart-to-hurt/"
        },
        {
            "id": 11865,
            "title": "Glass Of Smile",
            "url": "https://www.guitarparty.com/songs/glass-of-smile/"
        }
    ]
}