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

{
    "name": "Noah Kahan",
    "title": "Noah Kahan",
    "id": 15524,
    "slug": "noah-kahan",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15524/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28153,
            "title": "Stick Season",
            "url": "https://www.guitarparty.com/songs/stick-season/"
        }
    ]
}