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

{
    "name": "Charlotte White",
    "title": "Charlotte White",
    "id": 8851,
    "slug": "charlotte-white",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8851/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19175,
            "title": "A Stranger In My Arms",
            "url": "https://www.guitarparty.com/songs/a-stranger-in-my-arms/"
        }
    ]
}