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

{
    "name": "Red Sovine",
    "title": "Red Sovine",
    "id": 5921,
    "slug": "red-sovine",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5921/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/RedSovinerspng.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 10499,
            "title": "Bringing Mary Home",
            "url": "https://www.guitarparty.com/songs/bringing-mary-home/"
        },
        {
            "id": 19806,
            "title": "Castle Of Shame",
            "url": "https://www.guitarparty.com/songs/castle-of-shame/"
        },
        {
            "id": 13558,
            "title": "From the Window Up Above",
            "url": "https://www.guitarparty.com/songs/from-the-window-up-above/"
        },
        {
            "id": 15094,
            "title": "Hes Standing By",
            "url": "https://www.guitarparty.com/songs/hes-standing-by/"
        },
        {
            "id": 19695,
            "title": "Hold Everything Till I Get Home",
            "url": "https://www.guitarparty.com/songs/hold-everything-till-i-get-home/"
        }
    ]
}