Information about plays

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

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

{
    "id": 3631296,
    "uri": "https://api.kexp.org/v2/plays/3631296/?format=api",
    "airdate": "2026-03-20T03:00:29-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throw the ā€˜D’",
    "track_id": null,
    "recording_id": "0ef4e15e-a13f-4ba8-a7ca-7028c42b82b9",
    "artist": "The 2 Live Crew",
    "artist_ids": [
        "5cab4a1f-9797-42eb-9346-f5f375262a4a"
    ],
    "album": "The 2 Live Crew Is What We Are",
    "release_id": null,
    "release_group_id": "4526e807-98d2-3d9a-a40a-e70140cbca7d",
    "labels": [
        "Luke Skyywalker Records"
    ],
    "label_ids": [
        "edee37ee-f843-4cfc-a9b7-c79ab7b01db8"
    ],
    "release_date": "1986-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 1986!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}