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

{
    "name": "The Gaither Trio",
    "title": "The Gaither Trio",
    "id": 6104,
    "slug": "the-gaither-trio",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6104/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10868,
            "title": "He Touched Me",
            "url": "https://www.guitarparty.com/songs/he-touched-me/"
        }
    ]
}