Information about plays

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

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

{
    "id": 3547734,
    "uri": "https://api.kexp.org/v2/plays/3547734/?format=api",
    "airdate": "2025-09-01T22:22:04-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/85b2d077-5739-4844-86e6-eed1527b39ac/41909825194-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85b2d077-5739-4844-86e6-eed1527b39ac/41909825194-250.jpg",
    "song": "When the War Is Over",
    "track_id": null,
    "recording_id": "5a035243-0869-4b6a-96e8-ea912d98cc05",
    "artist": "Nourished by Time",
    "artist_ids": [],
    "album": "The Passionate Ones",
    "release_id": null,
    "release_group_id": "a0f0cb15-7873-44f4-a0d5-89f4f11e61fc",
    "labels": [
        "XL"
    ],
    "label_ids": [],
    "release_date": "2025-08-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Oct 2 at The Independent // Oct 4 at Barboza - https://nourishedbytime.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}