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

{
    "name": "B. Fischer",
    "title": "B. Fischer",
    "id": 9691,
    "slug": "b-fischer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9691/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21577,
            "title": "I Don’t Know How To Tell Her",
            "url": "https://www.guitarparty.com/songs/i-dont-know-how-to-tell-her/"
        }
    ]
}