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

{
    "name": "Jerry Walter",
    "title": "Jerry Walter",
    "id": 8002,
    "slug": "jerry-walter",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8002/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13939,
            "title": "All The Good Times Are Past And Gone",
            "url": "https://www.guitarparty.com/songs/all-the-good-times-are-past-and-gone/"
        }
    ]
}