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

{
    "name": "Bette Thomasson",
    "title": "Bette Thomasson",
    "id": 6342,
    "slug": "bette-thomasson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6342/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11187,
            "title": "There's No Fool Like A Young Fool",
            "url": "https://www.guitarparty.com/songs/theres-no-fool-like-a-young-fool/"
        }
    ]
}