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

{
    "name": "Don Black",
    "title": "Don Black",
    "id": 2667,
    "slug": "don-black-1",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2667/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 1968,
            "title": "Ben",
            "url": "https://www.guitarparty.com/songs/ben/"
        }
    ]
}