Information about plays

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

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

{
    "id": 3640289,
    "uri": "https://api.kexp.org/v2/plays/3640289/?format=api",
    "airdate": "2026-04-10T12:59:58-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb250.jpg",
    "song": "Bird on a Wire",
    "track_id": "9b97a68e-28c3-38dc-a46a-9315891d8dfe",
    "recording_id": "a7e15f12-ea5c-4f4a-85e8-22d7eb7fad2c",
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "The Essential Leonard Cohen",
    "release_id": "ffcf8508-1589-4f4f-ad6e-a55d530730be",
    "release_group_id": "27f69d27-d77f-3418-9422-20ca6bd1a795",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike Ramos is up next with your Afternoon Show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}