Information about plays

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

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

{
    "id": 3633017,
    "uri": "https://api.kexp.org/v2/plays/3633017/?format=api",
    "airdate": "2026-03-24T06:24:05-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71-30205388223_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71-30205388223_thumb250.jpg",
    "song": "(Don’t Fear) The Reaper",
    "track_id": "33ac314a-d04e-3526-9a67-7ce987ba9c2c",
    "recording_id": "125c117d-a7a1-4dc4-a609-67f31eb11613",
    "artist": "Blue Öyster Cult",
    "artist_ids": [
        "c7423e0c-ab3e-4ab4-be10-cdff5a9d3062"
    ],
    "album": "Agents of Fortune",
    "release_id": "1b470ab5-5e43-4987-836d-fedbb4572a71",
    "release_group_id": "ec282fb2-4fc7-3bee-99ab-f11c6b821b55",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sandy Pearlman was the mastermind behind Blue Öyster Cult, serving as their manager, producer, and primary lyricist from their inception in 1967 until the mid-1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}