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

{
    "name": "Mayday Parade",
    "title": "Mayday Parade",
    "id": 5410,
    "slug": "mayday-parade",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5410/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/MaydayParade2011.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9936,
            "title": "Oh Well, Oh Well",
            "url": "https://www.guitarparty.com/songs/oh-well-oh-well/"
        },
        {
            "id": 23961,
            "title": "Terrible Things",
            "url": "https://www.guitarparty.com/songs/terrible-things/"
        },
        {
            "id": 9937,
            "title": "When You See My Friends",
            "url": "https://www.guitarparty.com/songs/when-you-see-my-friends/"
        },
        {
            "id": 9938,
            "title": "Without The Bitter, The Sweet Isn't As Sweet",
            "url": "https://www.guitarparty.com/songs/without-the-bitter-the-sweet-isnt-as-sweet/"
        }
    ]
}