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

{
    "name": "Anneke Van Giersbergen",
    "title": "Anneke Van Giersbergen",
    "id": 11732,
    "slug": "anneke-van-giersbergen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11732/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23830,
            "title": "Somewhere",
            "url": "https://www.guitarparty.com/songs/somewhere-2/"
        },
        {
            "id": 23899,
            "title": "To Catch A Thief",
            "url": "https://www.guitarparty.com/songs/to-catch-a-thief/"
        }
    ]
}