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

{
    "name": "Lars Von Trier",
    "title": "Lars Von Trier",
    "id": 14772,
    "slug": "lars-von-trier",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14772/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27302,
            "title": "New World",
            "url": "https://www.guitarparty.com/songs/new-world/"
        }
    ]
}