Information about plays

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

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

{
    "id": 3640276,
    "uri": "https://api.kexp.org/v2/plays/3640276/?format=api",
    "airdate": "2026-04-10T12:09:28-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7-7653507218_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7-7653507218_thumb250.jpg",
    "song": "Pictures of You",
    "track_id": "f7a96078-608e-365e-8290-541d3ec6df93",
    "recording_id": "aa25d281-b2bc-4555-9798-7f4413a3f243",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "58462c1e-8a0f-4534-a83e-565f36d224e7",
    "release_group_id": "494bf606-d2f7-36d0-8340-eadad8601d2b",
    "labels": [
        "Asylum Records",
        "Elektra"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1989-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Out of all the bands that emerged in the immediate aftermath of punk rock in the late '70s, few are as enduring and popular as the Cure.\"\n\nhttps://www.allmusic.com/artist/the-cure-mn0000137390#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}