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

{
    "name": "Ray Carroll",
    "title": "Ray Carroll",
    "id": 7619,
    "slug": "ray-carroll",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7619/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12973,
            "title": "Big Big Love",
            "url": "https://www.guitarparty.com/songs/big-big-love/"
        }
    ]
}