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

{
    "name": "Kitty Kallen",
    "title": "Kitty Kallen",
    "id": 10111,
    "slug": "kitty-kallen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10111/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/KittyKallenkitty.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22236,
            "title": "Its Been A Long, Long Time",
            "url": "https://www.guitarparty.com/songs/its-been-a-long-long-time/"
        },
        {
            "id": 22162,
            "title": "Little Things Mean A Lot",
            "url": "https://www.guitarparty.com/songs/little-things-mean-a-lot/"
        }
    ]
}