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

{
    "name": "Vincent Pontare",
    "title": "Vincent Pontare",
    "id": 11210,
    "slug": "vincent-pontare",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11210/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23416,
            "title": "Hey brother",
            "url": "https://www.guitarparty.com/songs/hey-brother/"
        }
    ]
}