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

{
    "name": "Freddy Slack",
    "title": "Freddy Slack",
    "id": 6142,
    "slug": "freddy-slack",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6142/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10911,
            "title": "House of Blue Lights",
            "url": "https://www.guitarparty.com/songs/house-of-blue-lights/"
        }
    ]
}