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

{
    "name": "Bob Luman",
    "title": "Bob Luman",
    "id": 5936,
    "slug": "bob-luman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5936/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BobLuman.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 17346,
            "title": "Bad Bad Day",
            "url": "https://www.guitarparty.com/songs/bad-bad-day/"
        },
        {
            "id": 24241,
            "title": "Let's Think About Living",
            "url": "https://www.guitarparty.com/songs/lets-think-about-living/"
        },
        {
            "id": 20572,
            "title": "Lonely Women",
            "url": "https://www.guitarparty.com/songs/lonely-women/"
        },
        {
            "id": 10541,
            "title": "Still Loving You",
            "url": "https://www.guitarparty.com/songs/still-loving-you/"
        },
        {
            "id": 15204,
            "title": "You Cant Take The Country From The Boy",
            "url": "https://www.guitarparty.com/songs/you-cant-take-the-country-from-the-boy/"
        }
    ]
}