Information about plays

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

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

{
    "id": 3632959,
    "uri": "https://api.kexp.org/v2/plays/3632959/?format=api",
    "airdate": "2026-03-24T03:02:53-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb6b36a6-4972-4011-88f2-70e4ae984d40/21789924024-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb6b36a6-4972-4011-88f2-70e4ae984d40/21789924024-250.jpg",
    "song": "Valley of the Shadows",
    "track_id": null,
    "recording_id": "793797c4-d5aa-43b9-8bf4-3ca679dff642",
    "artist": "Origin Unknown",
    "artist_ids": [
        "b5525d77-93e5-4562-b575-8d39d7765245"
    ],
    "album": "Valley of the Shadows",
    "release_id": null,
    "release_group_id": "ef5a4a1c-8a7b-30a5-bde8-420320b69df7",
    "labels": [
        "RAM Records"
    ],
    "label_ids": [
        "fe03671d-df66-4984-abbc-bd022f5c6c3f"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Think break jungle classic!\n\nOrigin Unknown were an English electronic music duo comprising Andy C and Ant Miles. Producing drum and bass music, they are best known for their 1993 song \"Valley of the Shadows\", originally released as the B-side of \"The Touch\", before its re-release as a standalone single in 1996, both through Andy C's RAM Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}