Information about plays

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

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

{
    "id": 3607426,
    "uri": "https://api.kexp.org/v2/plays/3607426/?format=api",
    "airdate": "2026-01-22T00:25:31-08:00",
    "show": 65719,
    "show_uri": "https://api.kexp.org/v2/shows/65719/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-311d7edf-b86f-4886-8ed0-4e8e3d7c52e0/mbid-311d7edf-b86f-4886-8ed0-4e8e3d7c52e0-31766113926_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-311d7edf-b86f-4886-8ed0-4e8e3d7c52e0/mbid-311d7edf-b86f-4886-8ed0-4e8e3d7c52e0-31766113926_thumb250.jpg",
    "song": "Know Your Rights",
    "track_id": "910c4f16-a13c-3e3d-b4b2-c9c318880621",
    "recording_id": "d9ce5119-7d1a-471b-a828-2d951f0010b9",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "From Here to Eternity: Live",
    "release_id": "311d7edf-b86f-4886-8ed0-4e8e3d7c52e0",
    "release_group_id": "becd0c88-cff1-3b6a-89a0-0c83cddbe49b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Join us for International Clash Day on February 6!\n\nhttps://www.kexp.org/events/kexp-events/international-clash-day-2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}