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

{
    "name": " Junior Torello",
    "title": " Junior Torello",
    "id": 11378,
    "slug": "junior-torello",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11378/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23566,
            "title": "What Is Love",
            "url": "https://www.guitarparty.com/songs/what-is-love/"
        }
    ]
}