Information about plays

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

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

{
    "id": 3554181,
    "uri": "https://api.kexp.org/v2/plays/3554181/?format=api",
    "airdate": "2025-09-17T12:52:13-07:00",
    "show": 64586,
    "show_uri": "https://api.kexp.org/v2/shows/64586/?format=api",
    "image_uri": "https://ia902906.us.archive.org/13/items/mbid-430826de-7856-412a-a644-3344e0b9d09e/mbid-430826de-7856-412a-a644-3344e0b9d09e-1114878797_thumb500.jpg",
    "thumbnail_uri": "https://ia802906.us.archive.org/13/items/mbid-430826de-7856-412a-a644-3344e0b9d09e/mbid-430826de-7856-412a-a644-3344e0b9d09e-1114878797_thumb250.jpg",
    "song": "Shake a Fist",
    "track_id": "2043b878-aafc-36c9-a3c1-4702fda6f978",
    "recording_id": "586a7c63-bbe0-45c9-9c84-e88dde918752",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Made in the Dark",
    "release_id": "430826de-7856-412a-a644-3344e0b9d09e",
    "release_group_id": "d3a67920-ba11-31d0-9bcc-97f7112c1142",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2008-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hot Chip is also performing at the Together For Palestine benefit concert in London today!\n\nYou can watch a livestream of the show here: https://www.youtube.com/watch?v=RWBVHFv-UqM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}