Information about plays

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

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

{
    "id": 3609808,
    "uri": "https://api.kexp.org/v2/plays/3609808/?format=api",
    "airdate": "2026-01-27T13:44:31-08:00",
    "show": 65770,
    "show_uri": "https://api.kexp.org/v2/shows/65770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "Did you know that members of British band Hot Chip were our guest DJs for Midnight in a Perfect World? Take a look at their selections: https://www.kexp.org/read/2019/9/20/midnight-perfect-world-hot-chip/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}