Information about plays

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

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

{
    "id": 3636008,
    "uri": "https://api.kexp.org/v2/plays/3636008/?format=api",
    "airdate": "2026-03-31T12:27:55-07:00",
    "show": 66329,
    "show_uri": "https://api.kexp.org/v2/shows/66329/?format=api",
    "image_uri": "https://dn710102.ca.archive.org/0/items/mbid-0f758d95-7bd6-3492-b6f7-a08da33b4a11/mbid-0f758d95-7bd6-3492-b6f7-a08da33b4a11-40450558591_thumb500.jpg",
    "thumbnail_uri": "https://dn710102.ca.archive.org/0/items/mbid-0f758d95-7bd6-3492-b6f7-a08da33b4a11/mbid-0f758d95-7bd6-3492-b6f7-a08da33b4a11-40450558591_thumb250.jpg",
    "song": "I Can’t Stand the Rain",
    "track_id": "10be44c4-5ee8-36ba-97b5-0c2b05a206dc",
    "recording_id": "42d672db-b35d-4446-a747-38568b482989",
    "artist": "Tina Turner",
    "artist_ids": [
        "9072df14-b61e-42e2-b4f4-6bbb7fdb5586"
    ],
    "album": "Private Dancer",
    "release_id": "0f758d95-7bd6-3492-b6f7-a08da33b4a11",
    "release_group_id": "cffc5347-3b75-37cc-9120-0ae98b2748dc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1984-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Can't Stand the Rain\" is a song originally recorded by Ann Peebles in 1973, and written by Peebles, Don Bryant, and Bernard \"Bernie\" Miller. \n--\nHere's a live performance by Tina Turner in California in 1993: https://www.youtube.com/watch?v=FI_VKMWa6YE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}