GET /api/v3/core/authors/7489/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "George Kent",
"title": "George Kent",
"id": 7489,
"slug": "george-kent",
"url": "https://www.guitarparty.com/api/v3/core/authors/7489/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 10300,
"title": "How Can I Write On Paper What I Feel In My Heart",
"url": "https://www.guitarparty.com/songs/how-can-i-write-on-paper-what-i-feel-in-my-heart/"
}
]
}