Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3598841/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3598841,
    "uri": "https://api.kexp.org/v2/plays/3598841/?format=api",
    "airdate": "2026-01-01T13:49:16-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still Crazy After All These Years",
    "track_id": "5b1e2b87-d552-4e56-98cb-1a2a3dcd42c5",
    "recording_id": "9382a7e7-952c-4ac8-8f05-1e6a28979bae",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "Still Crazy After All These Years",
    "release_id": "0f8f6d22-bf22-4455-a694-412a817f4ca6",
    "release_group_id": "cd0c17f4-ff8d-3b1d-ac36-397ebbb069e9",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1975-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 1990 interview , Simon said: \"In 'Still Crazy After All These Years,' that title phrase came to me first. And it didn't come with melody, either. It just came as a line. And then I had to create a story.\"\n\nRegarding the unusual chord changes, he added: \"I was studying with a bass player and composer named Chuck Israels at the time so I was doing more interesting changes. I was studying harmony with him. Instead of using a minor chord I use a major chord and go up a step. It is hard to get an interesting key change. I also like to write a bridge and just jump a whole-tone up. 'Still Crazy' has that.\"\n--\nPaul Simon dressed as a turkey when he debuted this song on Saturday Night Live in 1976: https://www.facebook.com/100064035043542/videos/paul-simons-monologue-worries-snl/2486424628328021/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}