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

{
    "name": "Huey Thierry",
    "title": "Huey Thierry",
    "id": 6928,
    "slug": "huey-thierry",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6928/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12231,
            "title": "Mathilda",
            "url": "https://www.guitarparty.com/songs/mathilda/"
        }
    ]
}