Information about plays

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

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

{
    "id": 3555422,
    "uri": "https://api.kexp.org/v2/plays/3555422/?format=api",
    "airdate": "2025-09-20T12:01:10-07:00",
    "show": 64613,
    "show_uri": "https://api.kexp.org/v2/shows/64613/?format=api",
    "image_uri": "https://ia902802.us.archive.org/9/items/mbid-4ceab405-c166-4ea8-af71-9ccebb5cf616/mbid-4ceab405-c166-4ea8-af71-9ccebb5cf616-37687134976_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-4ceab405-c166-4ea8-af71-9ccebb5cf616/mbid-4ceab405-c166-4ea8-af71-9ccebb5cf616-37687134976_thumb250.jpg",
    "song": "Cruisin' to the Parque",
    "track_id": "c8c96a24-9724-44d5-a993-c3d4ffc7be8c",
    "recording_id": "08301f9e-ed02-4901-be4f-963acefe4b93",
    "artist": "Durand Jones & The Indications feat. Y La Bamba",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3",
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Cruisin' to the Parque",
    "release_id": "4ceab405-c166-4ea8-af71-9ccebb5cf616",
    "release_group_id": "782a2fa2-13ca-4c23-9fe9-76c311b7e368",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2021-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the video...cruising with the top down! \n\nhttps://www.youtube.com/watch?v=mvPWrepHW5c\n\nWatch Durand Jones & The Indications' 2018 live in-studio performance at KEXP: https://youtu.be/vdd2IQwr1Kg https://durandjonesandtheindications.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}