Information about plays

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

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

{
    "id": 3636193,
    "uri": "https://api.kexp.org/v2/plays/3636193/?format=api",
    "airdate": "2026-03-31T23:18:37-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://dn710705.ca.archive.org/0/items/mbid-6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17/mbid-6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17-12688889925_thumb500.jpg",
    "thumbnail_uri": "https://dn710705.ca.archive.org/0/items/mbid-6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17/mbid-6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17-12688889925_thumb250.jpg",
    "song": "Something to Do",
    "track_id": "ea3eb70e-23e2-3848-846e-052ab2deca09",
    "recording_id": "b96f0a8f-cc4b-4023-aff8-81e64679f78d",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Some Great Reward",
    "release_id": "6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17",
    "release_group_id": "b3100982-db15-3a4b-a3ed-363c91cb40de",
    "labels": [
        "Mute",
        "Sire Records"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Perla! \"At midnight is my Birthday and marks my 30 year fandom with Depeche Mode. My Uncle gave me a copy of \"Some Great Reward\" on my 15th birthday.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}