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

{
    "name": "Zach Bryan",
    "title": "Zach Bryan",
    "id": 15525,
    "slug": "zach-bryan",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15525/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 29338,
            "title": "Plastic Cigarette",
            "url": "https://www.guitarparty.com/songs/plastic-cigarette/"
        },
        {
            "id": 28154,
            "title": "Something In The Orange",
            "url": "https://www.guitarparty.com/songs/something-in-the-orange/"
        }
    ]
}