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

{
    "name": "E. Lilly",
    "title": "E. Lilly",
    "id": 6898,
    "slug": "e-lilly",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6898/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12177,
            "title": "Your Love Is Like A Flower",
            "url": "https://www.guitarparty.com/songs/your-love-is-like-a-flower/"
        }
    ]
}