Information about plays

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

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

{
    "id": 3583002,
    "uri": "https://api.kexp.org/v2/plays/3583002/?format=api",
    "airdate": "2025-11-25T23:32:38-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "https://ia804601.us.archive.org/24/items/mbid-eb983e2a-eb65-3043-97de-62de2b3f0828/mbid-eb983e2a-eb65-3043-97de-62de2b3f0828-21700285613_thumb500.jpg",
    "thumbnail_uri": "https://ia804601.us.archive.org/24/items/mbid-eb983e2a-eb65-3043-97de-62de2b3f0828/mbid-eb983e2a-eb65-3043-97de-62de2b3f0828-21700285613_thumb250.jpg",
    "song": "In the Fade / Feel Good Hit of the Summer (reprise)",
    "track_id": "5726e0b0-c847-3767-836b-1cee8e72e07a",
    "recording_id": "3d726368-653c-41d7-8e65-d0c3155ea637",
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "R",
    "release_id": "eb983e2a-eb65-3043-97de-62de2b3f0828",
    "release_group_id": "7818bb84-ed80-3488-9f50-f9bf4347e372",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2000-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lanegan would've been 61 today",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}