GET /api/v3/core/authors/3700/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Stan Jones",
"title": "Stan Jones",
"id": 3700,
"slug": "stan-jones",
"url": "https://www.guitarparty.com/api/v3/core/authors/3700/?format=api",
"bio_short": null,
"artist_img": "//guitarparty.overcastcdn.com/images/StanJonesrearcov.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
"songs": [
{
"id": 20013,
"title": "Cowpoke",
"url": "https://www.guitarparty.com/songs/cowpoke/"
},
{
"id": 3761,
"title": "Ghost riders in the sky",
"url": "https://www.guitarparty.com/songs/ghost-riders-in-the-sky/"
},
{
"id": 21523,
"title": "You Done Me Wrong",
"url": "https://www.guitarparty.com/songs/you-done-me-wrong/"
}
]
}