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

{
    "name": "John H. Stockton",
    "title": "John H. Stockton",
    "id": 8890,
    "slug": "john-h-stockton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8890/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19277,
            "title": "Glory To His Name",
            "url": "https://www.guitarparty.com/songs/glory-to-his-name/"
        }
    ]
}