Information about plays

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

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

{
    "id": 3616469,
    "uri": "https://api.kexp.org/v2/plays/3616469/?format=api",
    "airdate": "2026-02-12T06:31:36-08:00",
    "show": 65911,
    "show_uri": "https://api.kexp.org/v2/shows/65911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Time Jerk",
    "track_id": "6effde3d-18b9-424c-8f05-3517c18676dc",
    "recording_id": "48b612f9-3dd9-414f-9199-bdc224f413ed",
    "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": "Long Time Jerk originally appeared as the B-side to the hit single \"Rock the Casbah\" and while credited to the band, it was largely written by bassist Paul Simonon about his then-girlfriend, Pearl E. Gates.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}