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

{
    "name": "KC and The Sunshine Band",
    "title": "KC and The Sunshine Band",
    "id": 5344,
    "slug": "kc-and-the-sunshine-band",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5344/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/KCAndTheSunshine.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 25210,
            "title": "Give It Up",
            "url": "https://www.guitarparty.com/songs/give-it-up/"
        },
        {
            "id": 9659,
            "title": "Please don't go",
            "url": "https://www.guitarparty.com/songs/please-dont-go/"
        },
        {
            "id": 9658,
            "title": "Shake your booty",
            "url": "https://www.guitarparty.com/songs/shake-your-booty/"
        },
        {
            "id": 24337,
            "title": "That's the way I like it",
            "url": "https://www.guitarparty.com/songs/thats-the-way-i-like-it/"
        }
    ]
}