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

{
    "name": "Kenny Beard",
    "title": "Kenny Beard",
    "id": 5844,
    "slug": "kenny-beard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5844/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/KennyBearddefaul.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 19074,
            "title": "The Man And Me And You",
            "url": "https://www.guitarparty.com/songs/the-man-and-me-and-you/"
        },
        {
            "id": 10605,
            "title": "Where The Stars And Stripes And The Eagle Fly",
            "url": "https://www.guitarparty.com/songs/where-the-stars-and-stripes-and-the-eagle-fly/"
        },
        {
            "id": 19084,
            "title": "Wood And Wire",
            "url": "https://www.guitarparty.com/songs/wood-and-wire/"
        }
    ]
}