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

{
    "name": "Jack Clements",
    "title": "Jack Clements",
    "id": 5966,
    "slug": "jack-clements",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5966/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10685,
            "title": "All I Want To Do In Life",
            "url": "https://www.guitarparty.com/songs/all-i-want-to-do-in-life/"
        }
    ]
}