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

{
    "name": "Al Frisch",
    "title": "Al Frisch",
    "id": 7698,
    "slug": "al-frisch",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7698/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13110,
            "title": "The Wonderful World Of Christmas",
            "url": "https://www.guitarparty.com/songs/the-wonderful-world-of-christmas/"
        },
        {
            "id": 22457,
            "title": "Two Different Worlds",
            "url": "https://www.guitarparty.com/songs/two-different-worlds/"
        }
    ]
}