Information about plays

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

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

{
    "id": 3545031,
    "uri": "https://api.kexp.org/v2/plays/3545031/?format=api",
    "airdate": "2025-08-26T10:49:00-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b-23802558961_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b-23802558961_thumb250.jpg",
    "song": "Punchdrunk Lovesick Singalong",
    "track_id": "91c91c16-98d3-33d6-a1d0-fba85630fe65",
    "recording_id": "92f7944c-463c-4b0a-88e9-5d93107abd5f",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "29dcea33-ad28-3fa3-9831-af5e520a513b",
    "release_group_id": "b8048f24-c026-3398-b23a-b5e50716cbc7",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2009-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the second song that DJ Colette selected for last Saturday's 90.TEEN program.\n\nGo here to meet DJ Colette and her colleagues in KEXP's 90. TEEN program: https://www.kexp.org/djs/90teen-djs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}