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

{
    "name": "Simon & Garfunkel",
    "title": "Simon & Garfunkel",
    "id": 4001,
    "slug": "simon-garfunkel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/4001/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/SimonGarfunkel.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 8595,
            "title": "A Church Is Burning",
            "url": "https://www.guitarparty.com/songs/a-church-is-burning/"
        },
        {
            "id": 8601,
            "title": "A Hazy Shade of Winter",
            "url": "https://www.guitarparty.com/songs/a-hazy-shade-of-winter/"
        },
        {
            "id": 8600,
            "title": "April come she will",
            "url": "https://www.guitarparty.com/songs/april-come-she-will/"
        },
        {
            "id": 8594,
            "title": "Frank lloyd wright",
            "url": "https://www.guitarparty.com/songs/frank-lloyd-wright/"
        },
        {
            "id": 22940,
            "title": "The Dangling Conversation",
            "url": "https://www.guitarparty.com/songs/the-dangling-conversation/"
        },
        {
            "id": 8602,
            "title": "The Times They Are A - Changin",
            "url": "https://www.guitarparty.com/songs/the-times-they-are-a-changin/"
        }
    ]
}