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

{
    "name": "Tony Christy",
    "title": "Tony Christy",
    "id": 11216,
    "slug": "tony-christy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11216/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23423,
            "title": "I Did What I Did For Maria",
            "url": "https://www.guitarparty.com/songs/i-did-what-i-did-for-maria/"
        }
    ]
}