Information about plays

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

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

{
    "id": 3627767,
    "uri": "https://api.kexp.org/v2/plays/3627767/?format=api",
    "airdate": "2026-03-11T14:06:51-07:00",
    "show": 66153,
    "show_uri": "https://api.kexp.org/v2/shows/66153/?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": "Just Can't Get Enough",
    "track_id": "c77541e4-6a6f-3d2b-b141-1f9110b289a2",
    "recording_id": "b4002abd-f47a-4db7-8002-0727fc2052db",
    "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": "This single from the Depeche Mode's 1981 debut album turned out to be the final single written for the group by Vince Clarke, who left the group in December of that year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}