Information about plays

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

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

{
    "id": 3582235,
    "uri": "https://api.kexp.org/v2/plays/3582235/?format=api",
    "airdate": "2025-11-24T06:57:14-08:00",
    "show": 65196,
    "show_uri": "https://api.kexp.org/v2/shows/65196/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9-17386360026_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9-17386360026_thumb250.jpg",
    "song": "Many Rivers to Cross",
    "track_id": "73bd4dc1-71fe-3878-91a1-fd5279664fb7",
    "recording_id": "7b57a4bd-5caf-46e8-815e-38635d5e81ca",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "The Harder They Come",
    "release_id": "4bea3d69-7e2a-3cee-9e14-b7f7e625ab10",
    "release_group_id": "71188e04-90b4-35ff-81c0-06316efdc749",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Jimmy Cliff.\n\nThe Harder They Come is the soundtrack album to the film of the same name, released in 1972 in the United Kingdom as Island Records ILPS 9202. In 2021, the album was deemed \"culturally, historically, or aesthetically significant\" by the Library of Congress and selected for preservation in the National Recording Registry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}