Information about plays

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

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

{
    "id": 3554527,
    "uri": "https://api.kexp.org/v2/plays/3554527/?format=api",
    "airdate": "2025-09-18T08:27:37-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia800606.us.archive.org/5/items/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44-20967138423_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/5/items/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44-20967138423_thumb250.jpg",
    "song": "I Feel You",
    "track_id": "eb083cce-22f8-3163-80c2-abeb17f2104f",
    "recording_id": "f0773654-5fa1-4e03-b25e-e0ed37332659",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Songs of Faith and Devotion",
    "release_id": "13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44",
    "release_group_id": "e171597d-e6d5-36c8-8d0e-63daf79796b8",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1993-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John, good morning from the offices of the President of Radio. We would like to award you with the coveted Dr. Johnny Fever Sprit Award for your segue from Wilco's \"I Am Trying to Break Your Heart\" to Depeche Mode's \"I Feel You.\" It had that special WKRP feeling. \n\nSincerely yours, The President of Radio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}