Information about plays

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

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

{
    "id": 3551942,
    "uri": "https://api.kexp.org/v2/plays/3551942/?format=api",
    "airdate": "2025-09-12T03:18:51-07:00",
    "show": 64538,
    "show_uri": "https://api.kexp.org/v2/shows/64538/?format=api",
    "image_uri": "https://ia801504.us.archive.org/13/items/mbid-26309282-ff7c-4ad2-ad5a-afec057ce14b/mbid-26309282-ff7c-4ad2-ad5a-afec057ce14b-7041377344_thumb500.jpg",
    "thumbnail_uri": "https://dn721702.ca.archive.org/0/items/mbid-26309282-ff7c-4ad2-ad5a-afec057ce14b/mbid-26309282-ff7c-4ad2-ad5a-afec057ce14b-7041377344_thumb250.jpg",
    "song": "Useless (The Kruder + Dorfmeister Session™)",
    "track_id": "7d420962-9d52-4061-8fbb-ff7c4fb7ef3b",
    "recording_id": "c211f83b-8f22-4c93-a2a5-d017b76d99c5",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Singles 31–36",
    "release_id": "26309282-ff7c-4ad2-ad5a-afec057ce14b",
    "release_group_id": "7f515fe5-9599-423f-872a-9bf2be2e79c5",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kruder & Dorfmeister will be in Seattle this Monday, September 15!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}