Information about plays

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

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

{
    "id": 3521983,
    "uri": "https://api.kexp.org/v2/plays/3521983/?format=api",
    "airdate": "2025-07-03T06:28:00-07:00",
    "show": 63905,
    "show_uri": "https://api.kexp.org/v2/shows/63905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DO & DON’T SAY",
    "track_id": "4a109dec-b2eb-4bd4-92c2-421dcd883ead",
    "recording_id": "aa69e7b3-e394-4b7d-b2e0-80f95f2886a9",
    "artist": "Night Heron",
    "artist_ids": [
        "666488c2-f162-49e5-83df-08253b46f573"
    ],
    "album": "ESCAPISM",
    "release_id": "cc21fb04-a54d-49c9-bc5d-b0c28158b795",
    "release_group_id": "485c64f0-b74e-4747-9f08-ad1406223a6b",
    "labels": [
        "Literal Gold"
    ],
    "label_ids": [
        "c55e2b11-2111-4c5d-95d5-35e6e53a6849"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's Night Heron is a band featuring Cameron Spies on guitar and vocals joined by a rotating cast of musicians including Grace Bugbee on bass, Tyler Verigin on drums, Andy Rayborn on bass clarinet and flute, Nicole McCabe on saxophone, Jordan Vale on trumpet, Sara Bedau on vocals, Ian Hartley on percussion, and others.: https://nightheronmusic.bandcamp.com/album/escapism",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}