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

{
    "name": "Jerry Wallace",
    "title": "Jerry Wallace",
    "id": 5937,
    "slug": "jerry-wallace",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5937/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JerryWallacejerr.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 13013,
            "title": "Primrose Lane",
            "url": "https://www.guitarparty.com/songs/primrose-lane/"
        },
        {
            "id": 10543,
            "title": "The Bottle The Glass And Me",
            "url": "https://www.guitarparty.com/songs/the-bottle-the-glass-and-me/"
        },
        {
            "id": 15188,
            "title": "The Morning After",
            "url": "https://www.guitarparty.com/songs/the-morning-after/"
        },
        {
            "id": 15206,
            "title": "Youre Driving You Out Of My Mind",
            "url": "https://www.guitarparty.com/songs/youre-driving-you-out-of-my-mind/"
        }
    ]
}