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

{
    "name": "Charles E. Moody",
    "title": "Charles E. Moody",
    "id": 7976,
    "slug": "charles-e-moody",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7976/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13875,
            "title": "Kneel At The Cross",
            "url": "https://www.guitarparty.com/songs/kneel-at-the-cross/"
        }
    ]
}