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

{
    "name": "Gershon Kingsley",
    "title": "Gershon Kingsley",
    "id": 11737,
    "slug": "gershon-kingsley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11737/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23842,
            "title": "Grýlupopp",
            "url": "https://www.guitarparty.com/songs/grylupopp/"
        },
        {
            "id": 23836,
            "title": "Popcorn",
            "url": "https://www.guitarparty.com/songs/popcorn/"
        }
    ]
}