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

{
    "name": "Alex Clare",
    "title": "Alex Clare",
    "id": 12185,
    "slug": "alex-clare",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12185/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24280,
            "title": "Too close",
            "url": "https://www.guitarparty.com/songs/too-close/"
        }
    ]
}