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

{
    "name": "Edward R. White",
    "title": "Edward R. White",
    "id": 10273,
    "slug": "edward-r-white",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10273/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22309,
            "title": "Cest La Vie",
            "url": "https://www.guitarparty.com/songs/cest-la-vie/"
        }
    ]
}