Information about plays

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

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

{
    "id": 3640601,
    "uri": "https://api.kexp.org/v2/plays/3640601/?format=api",
    "airdate": "2026-04-11T05:31:42-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://ia902900.us.archive.org/31/items/mbid-5f8b4190-e9f4-4b6a-8c06-681b6699b7d3/mbid-5f8b4190-e9f4-4b6a-8c06-681b6699b7d3-25630209835_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/31/items/mbid-5f8b4190-e9f4-4b6a-8c06-681b6699b7d3/mbid-5f8b4190-e9f4-4b6a-8c06-681b6699b7d3-25630209835_thumb250.jpg",
    "song": "The Revolution Will Not Be Televised",
    "track_id": "034765ce-4784-3aa1-be9b-ec29569d95ab",
    "recording_id": "f1fa9346-b692-4bd8-a48e-2b45103e9a4d",
    "artist": "Gil Scott‐Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Pieces of a Man",
    "release_id": "5f8b4190-e9f4-4b6a-8c06-681b6699b7d3",
    "release_group_id": "950f8cdc-da7b-3cd1-8d98-1c73cf5432d9",
    "labels": [
        "Flying Dutchman"
    ],
    "label_ids": [
        "39960a95-f48d-4875-9d21-e017685f22e8"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}