Information about plays

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

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

{
    "id": 3591800,
    "uri": "https://api.kexp.org/v2/plays/3591800/?format=api",
    "airdate": "2025-12-16T08:44:22-08:00",
    "show": 65393,
    "show_uri": "https://api.kexp.org/v2/shows/65393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Television (LIVE on KEXP in London During International Clash Day)",
    "track_id": null,
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a video of the live performance from KEXP's International Clash Day broadcast!: https://www.youtube.com/watch?v=Hz9jze2xgTY\n\nFor more live IDLES, here's a full performance live in the KEXP studio from 2021: https://www.youtube.com/watch?v=RgQoaiLc328\n\nhttps://idlesband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}