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

{
    "name": "The Lettermen",
    "title": "The Lettermen",
    "id": 10221,
    "slug": "the-lettermen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10221/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/TheLettermenJTB2.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22266,
            "title": "Our Winter Love",
            "url": "https://www.guitarparty.com/songs/our-winter-love/"
        },
        {
            "id": 22260,
            "title": "When I Fall In Love",
            "url": "https://www.guitarparty.com/songs/when-i-fall-in-love/"
        },
        {
            "id": 22369,
            "title": "Where Is Love",
            "url": "https://www.guitarparty.com/songs/where-is-love/"
        },
        {
            "id": 22379,
            "title": "Young,Foolish",
            "url": "https://www.guitarparty.com/songs/youngfoolish/"
        }
    ]
}