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

{
    "name": "Faye Cunningham",
    "title": "Faye Cunningham",
    "id": 8001,
    "slug": "faye-cunningham",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8001/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13932,
            "title": "He Can Be Found",
            "url": "https://www.guitarparty.com/songs/he-can-be-found/"
        }
    ]
}