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

{
    "name": "Calum Scott",
    "title": "Calum Scott",
    "id": 13332,
    "slug": "calum-scott",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13332/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 24800,
            "title": "Dancing on my own",
            "url": "https://www.guitarparty.com/songs/dancing-on-my-own/"
        }
    ]
}