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

{
    "name": "Mott the Hoople",
    "title": "Mott the Hoople",
    "id": 16628,
    "slug": "mott-the-hoople",
    "url": "https://www.guitarparty.com/api/v3/core/authors/16628/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 29388,
            "title": "All the Young Dudes",
            "url": "https://www.guitarparty.com/songs/all-the-young-dudes/"
        }
    ]
}