GET /api/v3/core/authors/9976/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Michel Legrand",
    "title": "Michel Legrand",
    "id": 9976,
    "slug": "michel-legrand",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9976/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/MichelLegrand.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22044,
            "title": "Brians Song (The Hands of Time)",
            "url": "https://www.guitarparty.com/songs/brians-song-the-hands-of-time/"
        },
        {
            "id": 24306,
            "title": "The Umbrellas of Cherbourg (Les Parapluies de Cherbourg)",
            "url": "https://www.guitarparty.com/songs/the-umbrellas-of-cherbourg-les-parapluies-de-cherbourg/"
        }
    ]
}