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

{
    "name": "George B. Shea",
    "title": "George B. Shea",
    "id": 6885,
    "slug": "george-b-shea",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6885/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12143,
            "title": "I'd Rather Have Jesus",
            "url": "https://www.guitarparty.com/songs/id-rather-have-jesus/"
        }
    ]
}