Information about plays

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

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

{
    "id": 3572638,
    "uri": "https://api.kexp.org/v2/plays/3572638/?format=api",
    "airdate": "2025-11-01T15:10:22-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?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 last performed at KEXP in 2023: Watch that performance here: https://www.youtube.com/watch?v=RoLrCTZLvrk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}