Information about plays

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

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

{
    "id": 3612628,
    "uri": "https://api.kexp.org/v2/plays/3612628/?format=api",
    "airdate": "2026-02-03T08:55:08-08:00",
    "show": 65829,
    "show_uri": "https://api.kexp.org/v2/shows/65829/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-2c24a93a-3776-4718-8cae-4a23db513cdb/mbid-2c24a93a-3776-4718-8cae-4a23db513cdb-40771874718_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-2c24a93a-3776-4718-8cae-4a23db513cdb/mbid-2c24a93a-3776-4718-8cae-4a23db513cdb-40771874718_thumb250.jpg",
    "song": "Should I Stay or Should I Go",
    "track_id": "e8c0299f-e986-4fbc-9b6c-34a7bdd765b1",
    "recording_id": "58dd0e91-4084-4763-93f2-93ec7f551725",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Combat Rock / The People’s Hall",
    "release_id": "2c24a93a-3776-4718-8cae-4a23db513cdb",
    "release_group_id": "e487df0b-1a78-45c4-8557-7c85d86575fa",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2022-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Clash's 'Combat Rock / The People's Hall' is our album of the week!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}