Information about plays

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

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

{
    "id": 3596968,
    "uri": "https://api.kexp.org/v2/plays/3596968/?format=api",
    "airdate": "2025-12-27T23:40:32-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jennifer Jason Leigh",
    "track_id": null,
    "recording_id": "18fb3b01-5efc-4561-89d4-2d91ca9e12eb",
    "artist": "J Church",
    "artist_ids": [
        "bad96c62-50f8-4159-b155-3ffb63c698f8"
    ],
    "album": "The Precession of Simulacra • The Map Preceeds the Territory",
    "release_id": null,
    "release_group_id": "92b3b408-5595-3279-8e0a-82ec95cacace",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1995-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://jadetree.bandcamp.com/album/the-precession-of",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}