Information about plays

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

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

{
    "id": 3633298,
    "uri": "https://api.kexp.org/v2/plays/3633298/?format=api",
    "airdate": "2026-03-25T00:11:31-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ca01fed-5c0d-326c-8f40-f6566f325f81/12401503647-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ca01fed-5c0d-326c-8f40-f6566f325f81/12401503647-250.jpg",
    "song": "Marry Me (Lie! Lie!)",
    "track_id": null,
    "recording_id": "27401bd6-17cd-44cb-9ebd-c80daeaf6888",
    "artist": "These Immortal Souls",
    "artist_ids": [
        "502f5022-ed77-48d9-b92c-b6c73fa9715a"
    ],
    "album": "Get Lost (Don't Lie!)",
    "release_id": null,
    "release_group_id": "51e0801d-abc9-31af-824a-5b8e9b6d97a2",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1987-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another Rowland S Howard band!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}