Information about plays

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

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

{
    "id": 3636302,
    "uri": "https://api.kexp.org/v2/plays/3636302/?format=api",
    "airdate": "2026-04-01T04:29:10-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5b3f7c8-7504-413c-b798-17977be810db/41665178530-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5b3f7c8-7504-413c-b798-17977be810db/41665178530-250.jpg",
    "song": "Get Out of the Bathroom",
    "track_id": null,
    "recording_id": "efb6b27d-76e3-40a0-ba2d-c7dc0d3875ab",
    "artist": "Oil Tasters",
    "artist_ids": [
        "3e5255f1-d850-4caf-97fa-3be493c08194"
    ],
    "album": "Oil Tasters",
    "release_id": null,
    "release_group_id": "68786584-813a-3c4c-9fbf-3953ab73e093",
    "labels": [
        "Thermidor"
    ],
    "label_ids": [
        "428b570d-7cf0-47cf-9621-584f0c045a46"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Milwaukee band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}