Information about plays

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

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

{
    "id": 3566370,
    "uri": "https://api.kexp.org/v2/plays/3566370/?format=api",
    "airdate": "2025-10-17T13:37:04-07:00",
    "show": 64858,
    "show_uri": "https://api.kexp.org/v2/shows/64858/?format=api",
    "image_uri": "https://dn720704.ca.archive.org/0/items/mbid-ec5855ee-80a1-4b89-9d00-1efcc81a00be/mbid-ec5855ee-80a1-4b89-9d00-1efcc81a00be-42265245237_thumb500.jpg",
    "thumbnail_uri": "https://dn720704.ca.archive.org/0/items/mbid-ec5855ee-80a1-4b89-9d00-1efcc81a00be/mbid-ec5855ee-80a1-4b89-9d00-1efcc81a00be-42265245237_thumb250.jpg",
    "song": "Cowbella",
    "track_id": "9c6ca7b6-6300-47b0-a1ad-801b571f22a0",
    "recording_id": "96c03f97-3a17-4fd8-adfc-2adfaa61e393",
    "artist": "bar italia",
    "artist_ids": [
        "fc6fe95d-ab24-44fd-a086-f33a505ad518"
    ],
    "album": "Cowbella",
    "release_id": "ec5855ee-80a1-4b89-9d00-1efcc81a00be",
    "release_group_id": "7617da39-6db9-4c08-80f8-38d521ba1c0d",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey another party banger is the new single by Bar Italia: Cowbella. I'm in San Francisco and tonight we're going to see Rocky Horror live at the soon-to-close Oasis. Can you give that amazing place a shout-out? Love KEXP. You make my day better!\n-Liz in San Francisco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}