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

{
    "name": "Arthur Schwartz",
    "title": "Arthur Schwartz",
    "id": 10026,
    "slug": "arthur-schwartz",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10026/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/ArthurSchwartz18.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22091,
            "title": "Gal In Calico",
            "url": "https://www.guitarparty.com/songs/gal-in-calico/"
        },
        {
            "id": 22179,
            "title": "Something To Remember You By",
            "url": "https://www.guitarparty.com/songs/something-to-remember-you-by/"
        },
        {
            "id": 22292,
            "title": "Then I´ll Be Tired of You",
            "url": "https://www.guitarparty.com/songs/then-i-ll-be-tired-of-you/"
        }
    ]
}