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

{
    "name": "Bono and The Edge",
    "title": "Bono and The Edge",
    "id": 16329,
    "slug": "bono-and-the-edge",
    "url": "https://www.guitarparty.com/api/v3/core/authors/16329/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 29011,
            "title": "Discothéque",
            "url": "https://www.guitarparty.com/songs/discotheque/"
        }
    ]
}