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

{
    "name": "Alvert Von Tilzer",
    "title": "Alvert Von Tilzer",
    "id": 10035,
    "slug": "alvert-von-tilzer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10035/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22098,
            "title": "Apple Blossom Time",
            "url": "https://www.guitarparty.com/songs/apple-blossom-time/"
        }
    ]
}