Information about plays

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

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

{
    "id": 3557498,
    "uri": "https://api.kexp.org/v2/plays/3557498/?format=api",
    "airdate": "2025-09-25T08:02:20-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://dn710106.ca.archive.org/0/items/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f-28587855592_thumb500.jpg",
    "thumbnail_uri": "https://dn710106.ca.archive.org/0/items/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f-28587855592_thumb250.jpg",
    "song": "In Between Days",
    "track_id": "9ee7cdd0-8637-3a3d-80af-ffe0af37962e",
    "recording_id": "3e0f67ab-ee3f-44d7-8d7f-208b152368b2",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "377e3fbe-fb56-3a14-9814-9cd5d36e339f",
    "release_group_id": "cf5d6187-e43b-3848-ba51-8ec1df3d97e3",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“In Between Days” seems to chronicle a love triangle where the guy at the fulcrum is regretting the choice he’s made. As he watches one of the girls step away, he realizes his mistake, which leads to this memorably nimble couplet: And I know it was wrong when I said it was true / That it couldn’t be me and be her in between without you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}