Information about plays

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

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

{
    "id": 3627581,
    "uri": "https://api.kexp.org/v2/plays/3627581/?format=api",
    "airdate": "2026-03-11T00:23:37-07:00",
    "show": 66148,
    "show_uri": "https://api.kexp.org/v2/shows/66148/?format=api",
    "image_uri": "https://dn710902.ca.archive.org/0/items/mbid-15524565-ccd8-32d9-b066-661312233fb5/mbid-15524565-ccd8-32d9-b066-661312233fb5-9707899891_thumb500.jpg",
    "thumbnail_uri": "https://dn710902.ca.archive.org/0/items/mbid-15524565-ccd8-32d9-b066-661312233fb5/mbid-15524565-ccd8-32d9-b066-661312233fb5-9707899891_thumb250.jpg",
    "song": "Play With Fire",
    "track_id": "dc77c348-9968-31f3-a765-87317001cfd6",
    "recording_id": "3ef6e497-8038-4a3c-9c42-4ac5aabb68e4",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Out of Our Heads",
    "release_id": "15524565-ccd8-32d9-b066-661312233fb5",
    "release_group_id": "3be81f5e-9bdd-303a-b9bf-f8eb2059ef9f",
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}