Information about plays

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

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

{
    "id": 3522286,
    "uri": "https://api.kexp.org/v2/plays/3522286/?format=api",
    "airdate": "2025-07-03T20:55:27-07:00",
    "show": 63911,
    "show_uri": "https://api.kexp.org/v2/shows/63911/?format=api",
    "image_uri": "https://coverartarchive.org/release/d958c79b-5d8d-4298-81af-f8d591ebd32f/29839117178-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d958c79b-5d8d-4298-81af-f8d591ebd32f/29839117178-250.jpg",
    "song": "Party's Over",
    "track_id": null,
    "recording_id": "a0e4ee10-82de-45bd-a59e-afd91f49b6da",
    "artist": "Half Waif",
    "artist_ids": [
        "2cbef167-100d-4723-a8a9-b1443422434c"
    ],
    "album": "Mythopoetics",
    "release_id": null,
    "release_group_id": "6b72f9e9-87cb-4244-be53-e99fbca5a62b",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2021-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC-based Half Waif is Nandi Rose. Deeply emotive and hauntingly beautiful, Rose's message to the world: “embrace it wherever it is found – and it is found in terrible places – nevertheless, there it is.\n\n@halfwaif",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}