Information about plays

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

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

{
    "id": 3633293,
    "uri": "https://api.kexp.org/v2/plays/3633293/?format=api",
    "airdate": "2026-03-24T23:48:47-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2b84a65-2d7f-38da-a49f-40ccfcafb4e5/2099008010-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2b84a65-2d7f-38da-a49f-40ccfcafb4e5/2099008010-250.jpg",
    "song": "Tower of Song",
    "track_id": null,
    "recording_id": "ed670fc8-0c90-4e95-9b7f-a5764aeb56f6",
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "I’m Your Man",
    "release_id": null,
    "release_group_id": "7f073c9c-f64f-3a79-bbd8-5aa7668e5cd8",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Naima Bock covered Leonard Cohen with So Long, Marianne",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}