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

{
    "name": "Scott Hoffman",
    "title": "Scott Hoffman",
    "id": 3497,
    "slug": "scott-hoffman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3497/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 24659,
            "title": "I don't feel like dancin'",
            "url": "https://www.guitarparty.com/songs/i-dont-feel-like-dancin/"
        }
    ]
}