Information about plays

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

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

{
    "id": 3552889,
    "uri": "https://api.kexp.org/v2/plays/3552889/?format=api",
    "airdate": "2025-09-14T08:40:49-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "https://coverartarchive.org/release/b205013b-a847-4fcd-b7ff-ded508a70908/42036657158-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b205013b-a847-4fcd-b7ff-ded508a70908/42036657158-250.jpg",
    "song": "Secret City",
    "track_id": null,
    "recording_id": "071740d3-bb15-42e9-a47c-66589fe44e0b",
    "artist": "Kieran Hebden + William Tyler",
    "artist_ids": [
        "cb661251-3bc2-4373-bd7c-4b1531275c4c",
        "37e374de-ed4a-4bab-97ac-b6520971b0ed"
    ],
    "album": "41 Longfield Street Late ‘80s",
    "release_id": null,
    "release_group_id": "02c5db74-15d6-498a-8317-db3410cd3901",
    "labels": [
        "Temporary Residence Ltd."
    ],
    "label_ids": [],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at the closing track off the second collaborative album between British electronic musician Kieran Hebden (aka Four Tet) and American guitarist William Tyler ~ \nhttps://fourtet.bandcamp.com/album/41-longfield-street-late-80s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}