Information about plays

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

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

{
    "id": 3636499,
    "uri": "https://api.kexp.org/v2/plays/3636499/?format=api",
    "airdate": "2026-04-01T15:35:19-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fc90a63-fad4-3417-937c-80649f6ab059/23249184319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fc90a63-fad4-3417-937c-80649f6ab059/23249184319-250.jpg",
    "song": "Countdown",
    "track_id": null,
    "recording_id": "27377d82-2676-4e2e-9f4e-8e4c905596ff",
    "artist": "Rush",
    "artist_ids": [
        "534ee493-bfac-4575-a44a-0ae41e2c3fe4"
    ],
    "album": "Signals",
    "release_id": null,
    "release_group_id": "63ebc338-a01b-398c-8520-fdb055fbcd7b",
    "labels": [
        "Anthem Entertainment"
    ],
    "label_ids": [
        "a2e54eaa-ebdd-47b3-b3c5-dd31271d2953"
    ],
    "release_date": "1982-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Countdown” was written about the trio’s trip to Cape Canaveral, Florida, to watch the launch of the Space Shuttle Columbia. It was the first space shuttle in NASA’s Shuttle program. Its first launch, the subject of this song, was on April 12th, 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}