Information about plays

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

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

{
    "id": 3635429,
    "uri": "https://api.kexp.org/v2/plays/3635429/?format=api",
    "airdate": "2026-03-30T03:57:37-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee318d71-782c-4bdd-9e18-21d4f459ff0e/31561605364-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee318d71-782c-4bdd-9e18-21d4f459ff0e/31561605364-250.jpg",
    "song": "Keep Talking",
    "track_id": null,
    "recording_id": "083ea7e9-9f07-4fd0-bf18-1c801111d0d2",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Division Bell",
    "release_id": null,
    "release_group_id": "90878b63-f639-3c8b-aefb-190bdf3d1790",
    "labels": [
        "Glob Records"
    ],
    "label_ids": [
        "3918bc17-3764-4bdc-ba91-35c9a6e1704f"
    ],
    "release_date": "1994-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Publius Enigma is an Internet phenomenon and an unsolved problem that began with cryptic messages posted by a user identifying only as \"Publius\" to the unmoderated Usenet newsgroup alt.music.pink-floyd through the Penet remailer, a now defunct anonymous information exchange service. The messenger proposed a riddle in connection with the 1994 Pink Floyd album The Division Bell, promising that the answer would lead to a reward.[1] It remains unclear if the enigma involves a genuinely solvable puzzle as part of an early Internet-based contest or was a convoluted hoax.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}