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

{
    "name": " Geoff Barrow",
    "title": " Geoff Barrow",
    "id": 12541,
    "slug": "geoff-barrow",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12541/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24698,
            "title": "Glory Box",
            "url": "https://www.guitarparty.com/songs/glory-box/"
        },
        {
            "id": 24699,
            "title": "Wandering Star",
            "url": "https://www.guitarparty.com/songs/wandering-star/"
        }
    ]
}