Information about plays

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

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

{
    "id": 3634214,
    "uri": "https://api.kexp.org/v2/plays/3634214/?format=api",
    "airdate": "2026-03-27T09:24:11-07:00",
    "show": 66291,
    "show_uri": "https://api.kexp.org/v2/shows/66291/?format=api",
    "image_uri": "https://dn710802.ca.archive.org/0/items/mbid-a03b76ba-247b-3674-bea2-3df27ef8e93c/mbid-a03b76ba-247b-3674-bea2-3df27ef8e93c-38007609009_thumb500.jpg",
    "thumbnail_uri": "https://dn710802.ca.archive.org/0/items/mbid-a03b76ba-247b-3674-bea2-3df27ef8e93c/mbid-a03b76ba-247b-3674-bea2-3df27ef8e93c-38007609009_thumb250.jpg",
    "song": "Lost & Found",
    "track_id": "0ed793f8-bb90-35db-98f1-0a22e4de8794",
    "recording_id": "f938a2e9-9966-443e-a23a-4e017737e1cd",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Live! In Tune and on Time",
    "release_id": "a03b76ba-247b-3674-bea2-3df27ef8e93c",
    "release_group_id": "5ac260dc-dfb6-3bdd-8eb0-84e28100ac13",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Someone wrote that \"Larry Mullen Jr.’s drumming on [Sunday Bloody Sunday] is a masterclass in militaristic feel and restraint.\" \n--\nDJ Shadow sampled Mullen's drumming here on \"Lost & Found.\"\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}