Information about plays

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

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

{
    "id": 3629321,
    "uri": "https://api.kexp.org/v2/plays/3629321/?format=api",
    "airdate": "2026-03-15T15:31:24-07:00",
    "show": 66190,
    "show_uri": "https://api.kexp.org/v2/shows/66190/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-9b62f7ca-2b74-3a22-b76f-c0c184466a3a/mbid-9b62f7ca-2b74-3a22-b76f-c0c184466a3a-7904776862_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-9b62f7ca-2b74-3a22-b76f-c0c184466a3a/mbid-9b62f7ca-2b74-3a22-b76f-c0c184466a3a-7904776862_thumb250.jpg",
    "song": "Jumping Someone Else’s Train",
    "track_id": "dcfd9db8-41fc-335f-a4c9-328c10d558e5",
    "recording_id": "4a4c2e4b-646c-49ce-8353-4b1c9fb7796e",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Three Imaginary Boys",
    "release_id": "9b62f7ca-2b74-3a22-b76f-c0c184466a3a",
    "release_group_id": "76dc56cc-0f0f-31df-90cc-4522ca211a0d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During live performances, mostly during 1979 and 1980, the group would often segue into the instrumental \"Another Journey by Train\" after finishing this song. \n\nAlso, they would occasionally segue into \"Grinding Halt\" from their debut album Three Imaginary Boys. Siouxsie Sioux contributed as backing vocalist to the B-side \"I'm Cold.\" https://tinyurl.com/3jwvjj5r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}