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

{
    "name": "B.West",
    "title": "B.West",
    "id": 2868,
    "slug": "b-west-1",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2868/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 2018,
            "title": "I'll be there",
            "url": "https://www.guitarparty.com/songs/ill-be-there/"
        }
    ]
}