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

{
    "name": "Carl Feathers",
    "title": "Carl Feathers",
    "id": 7248,
    "slug": "carl-feathers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7248/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12840,
            "title": "I Forgot To Remember To Forget",
            "url": "https://www.guitarparty.com/songs/i-forgot-to-remember-to-forget/"
        }
    ]
}