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

{
    "name": "Bob Mc Dill",
    "title": "Bob Mc Dill",
    "id": 8775,
    "slug": "bob-mc-dill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8775/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19013,
            "title": "Ive Been Around Enough To Know",
            "url": "https://www.guitarparty.com/songs/ive-been-around-enough-to-know/"
        }
    ]
}