Information about plays

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

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

{
    "id": 3599960,
    "uri": "https://api.kexp.org/v2/plays/3599960/?format=api",
    "airdate": "2026-01-04T02:26:27-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit My Head All Day (edit)",
    "track_id": "590da91e-83d0-49db-b729-fc3df42b2e2e",
    "recording_id": "babc115c-25b3-4f09-9f9e-ff0142a7e651",
    "artist": "Dry Cleaning",
    "artist_ids": [
        "8a74e5ea-6f68-49e1-951c-80d2291f7c3f"
    ],
    "album": "Hit My Head All Day",
    "release_id": "6b793239-8e2a-4fad-8be7-e67483f55f43",
    "release_group_id": "8bbf72bd-4709-4308-a539-c847c5c95af5",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-09-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dry Cleaning's upcoming third studio album \"Secret Love\" is set to release on January 9th! Available for pre-order now.\nhttps://drycleaningband.com/\n\nDry Cleaning will also be at the Showbox in Seattle on May 18th and August Hall in SF on May 20th for their rescheduled shows.\n\nWatch their 2023 KEXP live in studio session here: https://www.youtube.com/watch?v=RoLrCTZLvrk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}