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

{
    "name": "Tony Christie",
    "title": "Tony Christie",
    "id": 12341,
    "slug": "tony-christie",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12341/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25181,
            "title": "Is this the way to Amarillo",
            "url": "https://www.guitarparty.com/songs/is-this-the-way-to-amarillo/"
        }
    ]
}