Information about plays

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

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

{
    "id": 3641453,
    "uri": "https://api.kexp.org/v2/plays/3641453/?format=api",
    "airdate": "2026-04-13T06:02:36-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff-35478609951_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff-35478609951_thumb250.jpg",
    "song": "John Cooper Clarke",
    "track_id": "329930bd-2aae-4cc2-8e2a-092cbcc8871a",
    "recording_id": "271c711d-bdff-437f-8e24-906848add56a",
    "artist": "Working Men’s Club",
    "artist_ids": [
        "5a6fc9a3-c864-421d-9518-702429019e2f"
    ],
    "album": "Working Men's Club",
    "release_id": "f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff",
    "release_group_id": "486d395a-00e4-4f13-a656-017cef12563a",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2020-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song pays tribute to English \"punk poet,\" John Cooper Clarke; he toured together with Mark E. Smith and The Fall in the late 1970s.\n\nOne of the tracks that Working Men's Club performed in a KEXP Live at Home session in 2021: \n\nhttps://www.youtube.com/watch?v=k43vBC4cac4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}