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

{
    "name": "Dan Toler",
    "title": "Dan Toler",
    "id": 9069,
    "slug": "dan-toler",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9069/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19687,
            "title": "Shady Streets",
            "url": "https://www.guitarparty.com/songs/shady-streets/"
        }
    ]
}