Information about plays

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

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

{
    "id": 3633371,
    "uri": "https://api.kexp.org/v2/plays/3633371/?format=api",
    "airdate": "2026-03-25T04:39:55-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-48ccfc65-04ab-39fb-86e1-4ef0eef30520/mbid-48ccfc65-04ab-39fb-86e1-4ef0eef30520-1916136930_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-48ccfc65-04ab-39fb-86e1-4ef0eef30520/mbid-48ccfc65-04ab-39fb-86e1-4ef0eef30520-1916136930_thumb250.jpg",
    "song": "New Life",
    "track_id": "96346475-7c80-3566-8aed-15966fa69550",
    "recording_id": "d9a0832c-c867-44f7-a9e6-c8df8a7c1018",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Speak & Spell",
    "release_id": "48ccfc65-04ab-39fb-86e1-4ef0eef30520",
    "release_group_id": "7a0e0366-91f4-3444-b45a-83b158004165",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off of Depeche Mode's debut studio album. \"Speak & Spell\" was the only album with Vince Clarke as a member and songwriter who went on to form the bands Yazoo and Erasure. He wrote this song! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}