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

{
    "name": "Eric Avery",
    "title": "Eric Avery",
    "id": 11607,
    "slug": "eric-avery",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11607/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23714,
            "title": "Jane Says",
            "url": "https://www.guitarparty.com/songs/jane-says/"
        }
    ]
}