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

{
    "name": "Diana Krall",
    "title": "Diana Krall",
    "id": 10156,
    "slug": "diana-krall",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10156/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/DianaKralllivein.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22204,
            "title": "All Night Long",
            "url": "https://www.guitarparty.com/songs/all-night-long-3/"
        },
        {
            "id": 22141,
            "title": "The Folks Who Live On The Hill",
            "url": "https://www.guitarparty.com/songs/the-folks-who-live-on-the-hill/"
        }
    ]
}