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

{
    "name": "Ernest R. Ball",
    "title": "Ernest R. Ball",
    "id": 11677,
    "slug": "ernest-r-ball",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11677/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23788,
            "title": "When Irish Eyes Are Smiling",
            "url": "https://www.guitarparty.com/songs/when-irish-eyes-are-smiling/"
        }
    ]
}