Information about plays

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

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

{
    "id": 3557493,
    "uri": "https://api.kexp.org/v2/plays/3557493/?format=api",
    "airdate": "2025-09-25T07:51:05-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://ia601901.us.archive.org/11/items/mbid-8cc9b607-1e9e-343a-820c-9a74e0d4638e/mbid-8cc9b607-1e9e-343a-820c-9a74e0d4638e-1026188558_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/11/items/mbid-8cc9b607-1e9e-343a-820c-9a74e0d4638e/mbid-8cc9b607-1e9e-343a-820c-9a74e0d4638e-1026188558_thumb250.jpg",
    "song": "The Walk",
    "track_id": "c7892b94-1f3b-3ecc-bdae-5b7f6632f4f3",
    "recording_id": "1cb2dea7-a657-4f43-b520-9890bf01efe6",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Japanese Whispers",
    "release_id": "8cc9b607-1e9e-343a-820c-9a74e0d4638e",
    "release_group_id": "6a276bf7-5f45-34ec-8276-a4362d4cc733",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When this was first released, many people thought The Cure had ripped off the sound of New Order's mega-hit \"Blue Monday.\" Though many fingers were pointed at The Cure, no legal actions were ever taken because \"The Walk\" was written and recorded before (but released after) \"Blue Monday.\"\n\nThe likeness between the two was proven to be nothing more than coincidence, as both bands were experimenting with electronic instruments, sequencers and drum machines, leading them to arrive at similar sounds around the same timeframe.\n\nThe song became their biggest UK hit to this point, going to #12 and revitalizing the band.  https://tinyurl.com/3ze8nxjp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}