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

{
    "name": "Alan Taylor",
    "title": "Alan Taylor",
    "id": 6497,
    "slug": "alan-taylor",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6497/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11408,
            "title": "It's Good To See You",
            "url": "https://www.guitarparty.com/songs/its-good-to-see-you/"
        }
    ]
}