Information about plays

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

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

{
    "id": 3552702,
    "uri": "https://api.kexp.org/v2/plays/3552702/?format=api",
    "airdate": "2025-09-13T21:47:11-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed87bbd7-ec6a-42dc-a434-243e946ef771/35837224566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed87bbd7-ec6a-42dc-a434-243e946ef771/35837224566-250.jpg",
    "song": "Raw Blink on Hari Kiri Rock",
    "track_id": null,
    "recording_id": "8828dc75-fb30-45ab-b6cd-1b5e878fc9a2",
    "artist": "Bad Optics",
    "artist_ids": [
        "978d1d5c-4fe6-47be-9cf1-eccd2c475753"
    ],
    "album": "The Visitor",
    "release_id": null,
    "release_group_id": "cf1018f6-1052-452b-89bf-b73478f69368",
    "labels": [
        "Palmer House"
    ],
    "label_ids": [],
    "release_date": "2023-06-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Bad Optics released their latest album, The Bounded World in April of this year.\n\nhttps://badoptics.bandcamp.com/album/the-bounded-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}