Information about plays

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

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

{
    "id": 3641002,
    "uri": "https://api.kexp.org/v2/plays/3641002/?format=api",
    "airdate": "2026-04-12T01:07:24-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2b59602-e053-42cb-8d4f-0d8de806c3a8/40509337017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2b59602-e053-42cb-8d4f-0d8de806c3a8/40509337017-250.jpg",
    "song": "Ephemeral",
    "track_id": null,
    "recording_id": "6b73d98a-d3a3-4c23-bd78-5b3e6e6b77e4",
    "artist": "ORYX",
    "artist_ids": [
        "ca4fbb1d-f92a-402e-8291-172b5cfb2b19"
    ],
    "album": "Primordial Sky",
    "release_id": null,
    "release_group_id": "38da54a4-959d-41a4-acad-201a40cea156",
    "labels": [
        "Translation Loss Records"
    ],
    "label_ids": [
        "d7950327-7083-47ca-816f-e63735393e69"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Denver CO, ORYX is a trio known for a punishingly heavy sound that fuses sludge, doom, and blackened death metal. The track \"Ephemeral\" is part of their 2024 album, Primordial Sky, which was recorded and mixed by Pete deBoer (Blood Incantation, Biohazard, et al) at World Famous Studios. The band is scheduled to perform at NWTF on May 8. https://northwestterrorfest.com/ https://oryx.bandcamp.com/album/primordial-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}