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

{
    "name": "Jill Corey",
    "title": "Jill Corey",
    "id": 1309,
    "slug": "jill-corey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1309/?format=api",
    "bio_short": "",
    "artist_img": "//guitarparty.overcastcdn.com/images/JillCoreyjill.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 1102,
            "title": "Let It Be Me",
            "url": "https://www.guitarparty.com/songs/let-it-be-me/"
        }
    ]
}