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

{
    "name": "Nina Simone",
    "title": "Nina Simone",
    "id": 5392,
    "slug": "nina-simone",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5392/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/NinaSimone.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9876,
            "title": "Aint Got No I Got Life",
            "url": "https://www.guitarparty.com/songs/aint-got-no-i-got-life/"
        },
        {
            "id": 9877,
            "title": "I Want A Little Sugar In My Bowl",
            "url": "https://www.guitarparty.com/songs/i-want-a-little-sugar-in-my-bowl/"
        },
        {
            "id": 22166,
            "title": "I Wish I Knew How It Would Feel to be Free",
            "url": "https://www.guitarparty.com/songs/i-wish-i-knew-how-it-would-feel-to-be-free/"
        },
        {
            "id": 9874,
            "title": "Nobody Knows You When You're Down And Out",
            "url": "https://www.guitarparty.com/songs/nobody-knows-you-when-youre-down-and-out/"
        },
        {
            "id": 22141,
            "title": "The Folks Who Live On The Hill",
            "url": "https://www.guitarparty.com/songs/the-folks-who-live-on-the-hill/"
        }
    ]
}