Information about plays

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

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

{
    "id": 3636025,
    "uri": "https://api.kexp.org/v2/plays/3636025/?format=api",
    "airdate": "2026-03-31T13:27:30-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-9ca9f101-f2b7-4a6a-9333-2b612b001537/mbid-9ca9f101-f2b7-4a6a-9333-2b612b001537-33546492366_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-9ca9f101-f2b7-4a6a-9333-2b612b001537/mbid-9ca9f101-f2b7-4a6a-9333-2b612b001537-33546492366_thumb250.jpg",
    "song": "Hiding",
    "track_id": "a9cdfd08-b9b0-3b55-bcb7-cf912020ade7",
    "recording_id": "7876e099-b39a-444b-a86e-e02d6cd955b6",
    "artist": "Tiger Trap",
    "artist_ids": [
        "7903b54d-b1ce-4061-91ef-4e8b25fbdc33"
    ],
    "album": "International Hip Swing",
    "release_id": "9ca9f101-f2b7-4a6a-9333-2b612b001537",
    "release_group_id": "065969fd-5d42-3eb4-813d-de0653173d71",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hiding\" was featured on the iconic 1993 K Records compilation International Hip Swing, a landmark release that helped define the early 90s Pacific Northwest indie-pop scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}