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

{
    "name": "Lee Roy Parnell",
    "title": "Lee Roy Parnell",
    "id": 5345,
    "slug": "lee-roy-parnell",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5345/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/LeeRoyParnelllrp.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9670,
            "title": "Ain't No Short Way Home",
            "url": "https://www.guitarparty.com/songs/aint-no-short-way-home/"
        },
        {
            "id": 9669,
            "title": "Night After Night",
            "url": "https://www.guitarparty.com/songs/night-after-night/"
        },
        {
            "id": 9666,
            "title": "Saved By The Grace Of Your Love",
            "url": "https://www.guitarparty.com/songs/saved-by-the-grace-of-your-love/"
        },
        {
            "id": 9667,
            "title": "Tender Moments",
            "url": "https://www.guitarparty.com/songs/tender-moments/"
        },
        {
            "id": 9668,
            "title": "Tender Touch",
            "url": "https://www.guitarparty.com/songs/tender-touch/"
        }
    ]
}