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

{
    "name": "Jason Halbert",
    "title": "Jason Halbert",
    "id": 10527,
    "slug": "Jason-Halbert",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10527/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 22542,
            "title": "Catch My Breath",
            "url": "https://www.guitarparty.com/songs/catch-my-breath/"
        }
    ]
}