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

{
    "name": "Kenny Lynch",
    "title": "Kenny Lynch",
    "id": 11824,
    "slug": "kenny-lynch",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11824/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23901,
            "title": "Sha la la la lee",
            "url": "https://www.guitarparty.com/songs/sha-la-la-la-lee/"
        }
    ]
}