Information about plays

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

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

{
    "id": 3592611,
    "uri": "https://api.kexp.org/v2/plays/3592611/?format=api",
    "airdate": "2025-12-18T08:28:23-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Many Rivers to Cross",
    "track_id": "0959dd78-83e3-4365-b494-fae541937151",
    "recording_id": "7b57a4bd-5caf-46e8-815e-38635d5e81ca",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "The Harder They Come",
    "release_id": "5781be9d-e60e-44e7-b82f-d58f629d865d",
    "release_group_id": "71188e04-90b4-35ff-81c0-06316efdc749",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Jimmy Cliff, who starred in and co-produced the music of \"The Harder They Come\".\n\n 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"
}