Information about plays

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

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

{
    "id": 3573670,
    "uri": "https://api.kexp.org/v2/plays/3573670/?format=api",
    "airdate": "2025-11-03T23:41:39-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/d682a4ba-1a44-486c-b68a-75ef28852c3a/7041343812-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d682a4ba-1a44-486c-b68a-75ef28852c3a/7041343812-250.jpg",
    "song": "Kaleid (When Worlds Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Singles 25–30",
    "release_id": null,
    "release_group_id": "e097b3ce-84a1-45a6-aedf-05a7091e9da8",
    "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": "Always another deep cut Depeche Mode remix to stumble upon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}