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

{
    "name": "Wallflowers",
    "title": "Wallflowers",
    "id": 5287,
    "slug": "wallflowers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5287/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/Wallflowersimage.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9379,
            "title": "Days Of Wonder",
            "url": "https://www.guitarparty.com/songs/days-of-wonder/"
        },
        {
            "id": 9378,
            "title": "Ive Been Delivered",
            "url": "https://www.guitarparty.com/songs/ive-been-delivered/"
        },
        {
            "id": 9377,
            "title": "Letters From The Wasteland",
            "url": "https://www.guitarparty.com/songs/letters-from-the-wasteland/"
        }
    ]
}