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

{
    "name": "Nik Kershaw",
    "title": "Nik Kershaw",
    "id": 11797,
    "slug": "nik-kershaw",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11797/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23990,
            "title": "I Won't Let The Sun Go Down On Me",
            "url": "https://www.guitarparty.com/songs/i-wont-let-the-sun-go-down-on-me/"
        },
        {
            "id": 23880,
            "title": "Wouldn't it be good",
            "url": "https://www.guitarparty.com/songs/wouldnt-it-be-good/"
        }
    ]
}