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

{
    "name": "Mazzy Star",
    "title": "Mazzy Star",
    "id": 13414,
    "slug": "mazzy-star",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13414/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25549,
            "title": "Fade Into You",
            "url": "https://www.guitarparty.com/songs/fade-into-you/"
        }
    ]
}