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

{
    "name": "Kool and the Gang",
    "title": "Kool and the Gang",
    "id": 11658,
    "slug": "kool-and-the-gang",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11658/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23772,
            "title": "Celebration",
            "url": "https://www.guitarparty.com/songs/celebration/"
        },
        {
            "id": 25292,
            "title": "Joanna",
            "url": "https://www.guitarparty.com/songs/joanna-2/"
        }
    ]
}