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

{
    "name": "Luciano Pavarotti",
    "title": "Luciano Pavarotti",
    "id": 11525,
    "slug": "luciano-pavarotti",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11525/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 25554,
            "title": "Nessun dorma",
            "url": "https://www.guitarparty.com/songs/nessun-dorma/"
        },
        {
            "id": 23667,
            "title": "Volare (Nel blu dipinto di blu)",
            "url": "https://www.guitarparty.com/songs/volare-nel-blu-dipinto-di-blu/"
        }
    ]
}