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

{
    "name": "Eric Olson",
    "title": "Eric Olson",
    "id": 10528,
    "slug": "Eric-Olson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10528/?format=api",
    "bio_short": "",
    "artist_img": "//guitarparty.overcastcdn.com/images/EricOlson.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22542,
            "title": "Catch My Breath",
            "url": "https://www.guitarparty.com/songs/catch-my-breath/"
        }
    ]
}