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

{
    "name": "Bret Michaels",
    "title": "Bret Michaels",
    "id": 1187,
    "slug": "bret-michaels",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1187/?format=api",
    "bio_short": "Bret Michaels is the lead singer of the popular 80's glam metal band Poison. Over the last few years, he's released solo material and toured smaller venues alone. On his personal projects, he has a much more country/blues tone than his work with Poison.",
    "artist_img": "//guitarparty.overcastcdn.com/images/BretMichaelsBret.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 1156,
            "title": "Every Rose Has Its Thorn",
            "url": "https://www.guitarparty.com/songs/every-rose-has-its-thorn/"
        }
    ]
}