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

{
    "name": "Joe Diffie",
    "title": "Joe Diffie",
    "id": 7425,
    "slug": "joe-diffie",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7425/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JoeDiffie1000108.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 10494,
            "title": "Almost Home",
            "url": "https://www.guitarparty.com/songs/almost-home/"
        },
        {
            "id": 13982,
            "title": "If The Devil Danced In Empty Pockets",
            "url": "https://www.guitarparty.com/songs/if-the-devil-danced-in-empty-pockets/"
        },
        {
            "id": 19678,
            "title": "Prop Me Up Beside The Jukebox",
            "url": "https://www.guitarparty.com/songs/prop-me-up-beside-the-jukebox/"
        },
        {
            "id": 10547,
            "title": "There Goes My Heart Again",
            "url": "https://www.guitarparty.com/songs/there-goes-my-heart-again/"
        }
    ]
}