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

{
    "name": "The Lonely Forest",
    "title": "The Lonely Forest",
    "id": 5302,
    "slug": "the-lonely-forest",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5302/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/TheLonelyForestp.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9449,
            "title": "We Sing In Time",
            "url": "https://www.guitarparty.com/songs/we-sing-in-time/"
        },
        {
            "id": 9448,
            "title": "Woe Is Me, I Am Ruined",
            "url": "https://www.guitarparty.com/songs/woe-is-me-i-am-ruined/"
        }
    ]
}