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

{
    "name": "Finn the human - Adventure time",
    "title": "Finn the human - Adventure time",
    "id": 10491,
    "slug": "finn-the-human-adventure-time",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10491/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22502,
            "title": "Hole inside my body",
            "url": "https://www.guitarparty.com/songs/hole-inside-my-body/"
        }
    ]
}