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

{
    "name": "Billy Joe Royal",
    "title": "Billy Joe Royal",
    "id": 5932,
    "slug": "billy-joe-royal",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5932/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BillyJoeRoyal.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 17319,
            "title": "Burn Like A Rocket",
            "url": "https://www.guitarparty.com/songs/burn-like-a-rocket/"
        },
        {
            "id": 19681,
            "title": "Down In The Boondocks",
            "url": "https://www.guitarparty.com/songs/down-in-the-boondocks/"
        },
        {
            "id": 19337,
            "title": "If The Jukebox Took Teardrops",
            "url": "https://www.guitarparty.com/songs/if-the-jukebox-took-teardrops/"
        },
        {
            "id": 10525,
            "title": "I'll Pin A Note On Your Pillow",
            "url": "https://www.guitarparty.com/songs/ill-pin-a-note-on-your-pillow/"
        },
        {
            "id": 17378,
            "title": "Old Bridges Burn Slow",
            "url": "https://www.guitarparty.com/songs/old-bridges-burn-slow/"
        }
    ]
}