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

{
    "name": "Joe Stampley",
    "title": "Joe Stampley",
    "id": 7583,
    "slug": "joe-stampley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7583/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JoeStampleyP1655.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 18692,
            "title": "Do You Ever Fool Around",
            "url": "https://www.guitarparty.com/songs/do-you-ever-fool-around/"
        },
        {
            "id": 12895,
            "title": "Just Good Ol' Boys",
            "url": "https://www.guitarparty.com/songs/just-good-ol-boys/"
        },
        {
            "id": 15003,
            "title": "Tell Ole I Aint Here He Better Get On Home",
            "url": "https://www.guitarparty.com/songs/tell-ole-i-aint-here-he-better-get-on-home/"
        },
        {
            "id": 13056,
            "title": "Whiskey Chasin",
            "url": "https://www.guitarparty.com/songs/whiskey-chasin/"
        }
    ]
}