GET /api/v3/core/authors/12765/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "George Formby",
"title": "George Formby",
"id": 12765,
"slug": "george-formby",
"url": "https://www.guitarparty.com/api/v3/core/authors/12765/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 24895,
"title": "The Window Cleaner (When I'm Cleaning Windows)",
"url": "https://www.guitarparty.com/songs/the-window-cleaner-when-im-cleaning-windows/"
}
]
}