Information about plays

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

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

{
    "id": 3589354,
    "uri": "https://api.kexp.org/v2/plays/3589354/?format=api",
    "airdate": "2025-12-10T13:41:21-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Life",
    "track_id": "ac33d198-a0f3-4b1c-aca3-b20d2d2fbfea",
    "recording_id": "adc1fce0-4214-47d0-97cf-1a1a86b4ccf3",
    "artist": "Say She She",
    "artist_ids": [
        "64dad611-8ada-4696-ac5f-ecb8bf73d51b"
    ],
    "album": "Cut & Rewind",
    "release_id": "404c5223-590c-4a3f-955c-9718d24c96de",
    "release_group_id": "4ca9091b-f7e1-45a0-ab9a-07dd97bc27d8",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Say She She will be performing January 31st at the Showbox in Seattle.\n--\nWatch this talented trio, composed of  Piya Malik (formerly of El Michels Affair and Chicano Batman), Sabrina Mileo Cunningham, and Nya Gazelle Brown, all classically trained singers. perform \"Disco Life\" live on Jimmy Kimmel: https://www.youtube.com/watch?v=Fv74H0qpsS8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}