Information about plays

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

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

{
    "id": 3636841,
    "uri": "https://api.kexp.org/v2/plays/3636841/?format=api",
    "airdate": "2026-04-02T11:04:50-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-f6fcbfaa-3417-4524-8703-96981ae0b7c4/mbid-f6fcbfaa-3417-4524-8703-96981ae0b7c4-43163307163_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-f6fcbfaa-3417-4524-8703-96981ae0b7c4/mbid-f6fcbfaa-3417-4524-8703-96981ae0b7c4-43163307163_thumb250.jpg",
    "song": "The Cute Things",
    "track_id": "f3dca109-deeb-4135-a848-d9be0229e915",
    "recording_id": "fae9458e-da8e-4be6-bf57-81f30ee58e51",
    "artist": "Dry Cleaning",
    "artist_ids": [
        "8a74e5ea-6f68-49e1-951c-80d2291f7c3f"
    ],
    "album": "Secret Love",
    "release_id": "f6fcbfaa-3417-4524-8703-96981ae0b7c4",
    "release_group_id": "2180190f-2ef6-4b9e-8f90-ef8cc3179ecd",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-01-09",
    "rotation_status": "R",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The London-based band Dry Cleaning will be on the west coast next month, touring in support of their new album, 'Secret Love!' \n\n- Seattle at The Showbox on Monday, May 18th\n- San Francisco at August Hall on Wednesday, May 20th.\n--\nEnjoy Dry Cleaning's 2023 Live on KEXP session here: https://www.youtube.com/watch?v=SYFwQAl78N0\n\nhttps://drycleaningband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}