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

{
    "name": "Peter Udell",
    "title": "Peter Udell",
    "id": 16574,
    "slug": "peter-udell",
    "url": "https://www.guitarparty.com/api/v3/core/authors/16574/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 29320,
            "title": "Sealed with a Kiss",
            "url": "https://www.guitarparty.com/songs/sealed-with-a-kiss-3/"
        }
    ]
}