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

{
    "name": "Clint Holmes",
    "title": "Clint Holmes",
    "id": 15436,
    "slug": "clint-holmes",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15436/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28054,
            "title": "Playground In My Mind",
            "url": "https://www.guitarparty.com/songs/playground-in-my-mind/"
        }
    ]
}