Information about plays

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

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

{
    "id": 3545314,
    "uri": "https://api.kexp.org/v2/plays/3545314/?format=api",
    "airdate": "2025-08-27T02:07:09-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia904507.us.archive.org/10/items/mbid-9154cfe5-ef58-458f-b5d4-eb6ca3e404c4/mbid-9154cfe5-ef58-458f-b5d4-eb6ca3e404c4-7950788257_thumb500.jpg",
    "thumbnail_uri": "https://ia804507.us.archive.org/10/items/mbid-9154cfe5-ef58-458f-b5d4-eb6ca3e404c4/mbid-9154cfe5-ef58-458f-b5d4-eb6ca3e404c4-7950788257_thumb250.jpg",
    "song": "Even Flow",
    "track_id": "c3e3deb1-a249-3b5c-8f4c-9f7f4adeb33a",
    "recording_id": "cccf8dde-f822-4981-b534-16e36c62de88",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Ten",
    "release_id": "9154cfe5-ef58-458f-b5d4-eb6ca3e404c4",
    "release_group_id": "cea5d18a-1924-3cda-bebc-38933834b25d",
    "labels": [
        "Epic Associated"
    ],
    "label_ids": [
        "7127ada4-64a0-4baa-9f73-e9b26f22b3bd"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1991 - Pearl Jam released their debut album Ten. Produced by Rick Parashar and recorded at London Bridge Studios in Seattle, most of the songs began as instrumental jams, to which Eddie Vedder added lyrics about topics such as depression, homelessness, and abuse. The album would prove the group's most commercially successful to date, selling more than 13 million copies. It contains the hit singles \"Alive,\" \"Even Flow\" and \"Jeremy.\" In his review of the album, AllMusic staff writer Steve Huey called Ten a \"flawlessly crafted hard rock masterpiece.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}