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

{
    "name": "Jack Hammer",
    "title": "Jack Hammer",
    "id": 8320,
    "slug": "jack-hammer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8320/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JackHammer635729.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 14938,
            "title": "Great Balls Of Fire",
            "url": "https://www.guitarparty.com/songs/great-balls-of-fire/"
        }
    ]
}