Information about plays

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

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

{
    "id": 3554955,
    "uri": "https://api.kexp.org/v2/plays/3554955/?format=api",
    "airdate": "2025-09-19T09:50:09-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-07fe4754-4b30-492b-9318-810dba2b4bf1/mbid-07fe4754-4b30-492b-9318-810dba2b4bf1-37210142141_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-07fe4754-4b30-492b-9318-810dba2b4bf1/mbid-07fe4754-4b30-492b-9318-810dba2b4bf1-37210142141_thumb250.jpg",
    "song": "Dancing in the Dark",
    "track_id": "e9605b30-20d9-4324-8a19-5f2aaa798f77",
    "recording_id": "869a46d2-5736-4164-a481-41318cd120ce",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Dancing in the Dark",
    "release_id": "07fe4754-4b30-492b-9318-810dba2b4bf1",
    "release_group_id": "26493b5b-3e64-49ff-8cbd-a63bbb64f16d",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It was 10 years ago that Hot Chip covered this Bruce Springsteen (and LCD Soundystem) song in Glastonbury: https://www.youtube.com/watch?v=tgAHDSMhQ1s\n--\nDid you know that they were our guest DJ's for Midnight in a Perfect World in 2019?  Check out their playlist here: https://www.kexp.org/read/2019/9/20/midnight-perfect-world-hot-chip/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}