GET /api/v3/core/authors/7005/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Larry Henley",
"title": "Larry Henley",
"id": 7005,
"slug": "larry-henley",
"url": "https://www.guitarparty.com/api/v3/core/authors/7005/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 12793,
"title": "Come On Phone",
"url": "https://www.guitarparty.com/songs/come-on-phone/"
},
{
"id": 19107,
"title": "Sing Me An Old Fashioned Song",
"url": "https://www.guitarparty.com/songs/sing-me-an-old-fashioned-song/"
},
{
"id": 15189,
"title": "The Wind Beneath My Wings",
"url": "https://www.guitarparty.com/songs/the-wind-beneath-my-wings/"
},
{
"id": 21095,
"title": "Till I Get It Right",
"url": "https://www.guitarparty.com/songs/till-i-get-it-right/"
}
]
}