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

{
    "name": "Bert Carroll",
    "title": "Bert Carroll",
    "id": 6220,
    "slug": "bert-carroll",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6220/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11010,
            "title": "Wear My Ring Around Your Neck",
            "url": "https://www.guitarparty.com/songs/wear-my-ring-around-your-neck/"
        }
    ]
}