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

{
    "name": "R.E. Winsett",
    "title": "R.E. Winsett",
    "id": 7740,
    "slug": "r-e-winsett",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7740/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20410,
            "title": "Gathering In The Sky",
            "url": "https://www.guitarparty.com/songs/gathering-in-the-sky/"
        },
        {
            "id": 13405,
            "title": "When I Take My Vacation In Heaven",
            "url": "https://www.guitarparty.com/songs/when-i-take-my-vacation-in-heaven/"
        }
    ]
}