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

{
    "name": "Daniel Hoffman",
    "title": "Daniel Hoffman",
    "id": 7195,
    "slug": "daniel-hoffman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7195/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10018,
            "title": "Birds And Children Fly Away",
            "url": "https://www.guitarparty.com/songs/birds-and-children-fly-away/"
        },
        {
            "id": 10802,
            "title": "Don't Cheat In Our Home Town",
            "url": "https://www.guitarparty.com/songs/dont-cheat-in-our-home-town/"
        },
        {
            "id": 10273,
            "title": "Girl Without A Name",
            "url": "https://www.guitarparty.com/songs/girl-without-a-name/"
        },
        {
            "id": 11338,
            "title": "Three Hearts In A Tangle",
            "url": "https://www.guitarparty.com/songs/three-hearts-in-a-tangle/"
        }
    ]
}