GET /api/v3/core/authors/5289/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Al Green",
"title": "Al Green",
"id": 5289,
"slug": "al-green",
"url": "https://www.guitarparty.com/api/v3/core/authors/5289/?format=api",
"bio_short": null,
"artist_img": "//guitarparty.overcastcdn.com/images/AlGreen.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
"songs": [
{
"id": 9381,
"title": "Here Iam Come And Take Me",
"url": "https://www.guitarparty.com/songs/here-iam-come-and-take-me/"
},
{
"id": 26958,
"title": "Let's stay together",
"url": "https://www.guitarparty.com/songs/lets-stay-together/"
},
{
"id": 9382,
"title": "Take me to the river",
"url": "https://www.guitarparty.com/songs/take-me-to-the-river/"
}
]
}