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

{
    "name": "Lew DeWitt",
    "title": "Lew DeWitt",
    "id": 7021,
    "slug": "lew-dewitt",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7021/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19544,
            "title": "Thank You World",
            "url": "https://www.guitarparty.com/songs/thank-you-world/"
        },
        {
            "id": 12820,
            "title": "The Ten Commandments",
            "url": "https://www.guitarparty.com/songs/the-ten-commandments/"
        }
    ]
}