Information about plays

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

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

{
    "id": 3636494,
    "uri": "https://api.kexp.org/v2/plays/3636494/?format=api",
    "airdate": "2026-04-01T15:22:12-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://dn710104.ca.archive.org/0/items/mbid-79acc86e-b12b-4a4a-ad7d-7c9f928438a3/mbid-79acc86e-b12b-4a4a-ad7d-7c9f928438a3-36866546594_thumb500.jpg",
    "thumbnail_uri": "https://ia803103.us.archive.org/25/items/mbid-79acc86e-b12b-4a4a-ad7d-7c9f928438a3/mbid-79acc86e-b12b-4a4a-ad7d-7c9f928438a3-36866546594_thumb250.jpg",
    "song": "Moon Age",
    "track_id": "6ab327e6-e277-32b8-bd9d-2f6cd9a0c344",
    "recording_id": "bf86efda-886c-4016-9897-cecbd2278571",
    "artist": "Duster",
    "artist_ids": [
        "879d43c6-13a8-42f6-b8df-a9b7d50aa9e2"
    ],
    "album": "Stratosphere",
    "release_id": "79acc86e-b12b-4a4a-ad7d-7c9f928438a3",
    "release_group_id": "764a8c35-aacc-3269-8b10-5972e051815a",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1998-02-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The New York Times reported 6 minutes ago: \"The countdown clock is holding at 10 minutes as NASA works through some issues. That means the launch will not occur at 6:24 p.m.(Eastern Time), but there is still plenty of time remaining in the two-hour window.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}