Information about plays

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

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

{
    "id": 3567531,
    "uri": "https://api.kexp.org/v2/plays/3567531/?format=api",
    "airdate": "2025-10-20T08:34:52-07:00",
    "show": 64885,
    "show_uri": "https://api.kexp.org/v2/shows/64885/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wise Up! Sucker",
    "track_id": "bc66bab7-0338-3b3d-bf7d-e4c0b330469b",
    "recording_id": "70e60e9f-c24b-490e-9588-0f9046524328",
    "artist": "Pop Will Eat Itself",
    "artist_ids": [
        "e74d6546-7d69-43aa-9580-51a80cd9ae54"
    ],
    "album": "This Is the Day… This Is the Hour… This Is This!",
    "release_id": "17b77f78-ffe1-4c5f-bc79-ed668a8f03ba",
    "release_group_id": "f79b0d79-52fb-3326-8064-1bb374cb1223",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1989-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These last three songs have something in common. Can you guess what it is?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}