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

{
    "name": "Robert Alexander Anderson",
    "title": "Robert Alexander Anderson",
    "id": 10223,
    "slug": "robert-alexander-anderson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10223/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22262,
            "title": "Mele Kalikimaka",
            "url": "https://www.guitarparty.com/songs/mele-kalikimaka/"
        }
    ]
}