Information about plays

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

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

{
    "id": 3571306,
    "uri": "https://api.kexp.org/v2/plays/3571306/?format=api",
    "airdate": "2025-10-29T06:03:55-07:00",
    "show": 64963,
    "show_uri": "https://api.kexp.org/v2/shows/64963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Five",
    "track_id": "b6578a16-7963-3a67-9a59-41f5e62ea59e",
    "recording_id": "69db5ee7-2114-4dda-981d-d2aa8cba6f1f",
    "artist": "The Dave Brubeck Quartet",
    "artist_ids": [
        "7bf711e9-4e69-4e08-b6e8-c0cb5805f1e7"
    ],
    "album": "Time Out",
    "release_id": "283e6240-0bad-4af0-8515-44182dea3d24",
    "release_group_id": "035a7881-3e2c-39d2-b110-fe26a4de94e5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Good morning Eva and Early Show Crew! Happy Public Radio Music Day! So glad KEXP is supported by its community. Also being able to listen to jazz on the radio is often thanks to Public Radio stations, such as KNKX here in Seattle and KCSM in the Bay Area\" - Peter, from Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}