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

{
    "name": "Jesse",
    "title": "Jesse",
    "id": 7633,
    "slug": "jesse",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7633/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/Jesse.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 13003,
            "title": "It's A Long Long Way To The Top Of The World",
            "url": "https://www.guitarparty.com/songs/its-a-long-long-way-to-the-top-of-the-world/"
        }
    ]
}