Information about plays

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

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

{
    "id": 3539088,
    "uri": "https://api.kexp.org/v2/plays/3539088/?format=api",
    "airdate": "2025-08-12T08:33:46-07:00",
    "show": 64269,
    "show_uri": "https://api.kexp.org/v2/shows/64269/?format=api",
    "image_uri": "https://ia802908.us.archive.org/8/items/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf-39251234726_thumb500.jpg",
    "thumbnail_uri": "https://ia902908.us.archive.org/8/items/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf-39251234726_thumb250.jpg",
    "song": "Wake Up",
    "track_id": "dfaf1994-8bef-3104-b85c-4042728aa351",
    "recording_id": "b16b3a84-c890-4d3a-aee8-2020c525b244",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Rage Against the Machine",
    "release_id": "10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf",
    "release_group_id": "1305859b-8937-397f-9c33-39f62eb672fb",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song describes the operations of the FBI's \"counterintelligence\" program - which according to Rage Against The Machine, was used to suppress any dissident movements in the '60s. Anyone from Malcolm X to Martin Luther King Jr. was silenced for speaking out against the government's injustices and illogic. (Sound familiar?)\n--\nWarning: Flashing Lights! Here's an incredible live performance of this song. (Note Tom Morello's guitar playing.): https://www.youtube.com/watch?v=pwGFfLHsbMI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}