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

{
    "name": "Dorothy LaBostrie",
    "title": "Dorothy LaBostrie",
    "id": 1435,
    "slug": "dorothy-labostrie",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1435/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 1223,
            "title": "Tutti Frutti",
            "url": "https://www.guitarparty.com/songs/tutti-frutti/"
        }
    ]
}