Information about plays

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

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

{
    "id": 3626286,
    "uri": "https://api.kexp.org/v2/plays/3626286/?format=api",
    "airdate": "2026-03-07T06:24:47-08:00",
    "show": 66115,
    "show_uri": "https://api.kexp.org/v2/shows/66115/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-4d7f5ee8-f4fc-49b2-bc4a-cc675d8eb1f2/mbid-4d7f5ee8-f4fc-49b2-bc4a-cc675d8eb1f2-27082267622_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-4d7f5ee8-f4fc-49b2-bc4a-cc675d8eb1f2/mbid-4d7f5ee8-f4fc-49b2-bc4a-cc675d8eb1f2-27082267622_thumb250.jpg",
    "song": "Petals",
    "track_id": "47bdb67a-f527-3b87-a57c-3781d9989afa",
    "recording_id": "8cc4983c-07cf-4ea8-ac85-222d5b742914",
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Celebrity Skin",
    "release_id": "4d7f5ee8-f4fc-49b2-bc4a-cc675d8eb1f2",
    "release_group_id": "bdf37fad-7332-3efb-8e7e-073d1c756c7e",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1998-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}