Information about plays

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

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

{
    "id": 3562543,
    "uri": "https://api.kexp.org/v2/plays/3562543/?format=api",
    "airdate": "2025-10-08T03:05:31-07:00",
    "show": 64776,
    "show_uri": "https://api.kexp.org/v2/shows/64776/?format=api",
    "image_uri": "https://dn720701.ca.archive.org/0/items/mbid-03299fb4-c49d-4c44-a7a4-18f6b8308b5c/mbid-03299fb4-c49d-4c44-a7a4-18f6b8308b5c-23653295103_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-03299fb4-c49d-4c44-a7a4-18f6b8308b5c/mbid-03299fb4-c49d-4c44-a7a4-18f6b8308b5c-23653295103_thumb250.jpg",
    "song": "Iris",
    "track_id": "d221d55b-e1ab-464b-bfa3-6ceb7a32aa0e",
    "recording_id": "9ecf96f5-dbba-4fda-a5cf-7728837fb1b6",
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 2",
    "release_id": "03299fb4-c49d-4c44-a7a4-18f6b8308b5c",
    "release_group_id": "af08d324-4953-4bca-8964-0b085d314d1d",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth studio album from TR/ST.  'The Destroyer — 2' is the second half of a two part album, and features contributions from previous member Maya Postepski. \n\nTR/ST stopped by the KEXP studio back in 2019! Check out their full performance and interview: https://www.youtube.com/watch?v=uyPIKhipvOM\n\nhttps://tr-st.xyz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}