Information about plays

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

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

{
    "id": 3548454,
    "uri": "https://api.kexp.org/v2/plays/3548454/?format=api",
    "airdate": "2025-09-03T14:20:32-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ae67d39-99c1-4969-b368-690e5633b61d/41691127476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ae67d39-99c1-4969-b368-690e5633b61d/41691127476-250.jpg",
    "song": "Cue the Sun",
    "track_id": null,
    "recording_id": "1c67f603-1346-492b-b9bd-3c701c453d68",
    "artist": "The Mars Volta",
    "artist_ids": [
        "20883363-1ea4-4d72-ad72-c0e767038f3e"
    ],
    "album": "Lucro sucio; los ojos del vacio",
    "release_id": null,
    "release_group_id": "988aef34-7171-45dd-9b03-3c5622931e51",
    "labels": [
        "Clouds Hill"
    ],
    "label_ids": [
        "bb2839af-9170-481a-bc6f-db97a4e78cf0"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Out to Jeff in Chicago!\n--They're coming to Tacoma, too!  Playing the Temple Theatre in Tacoma on Saturday, November 22nd.\n--\nHere's The Mars Volta performing live in Madison Square Garden last April: https://www.youtube.com/watch?v=R6Q9hyFi25E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}