Information about plays

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

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

{
    "id": 3554924,
    "uri": "https://api.kexp.org/v2/plays/3554924/?format=api",
    "airdate": "2025-09-19T08:01:16-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Obvious Child",
    "track_id": "f1c549ab-89a9-44d8-acfb-d955a10a5ba9",
    "recording_id": "be569a83-83e5-460a-95cb-2d4027b3522e",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "The Rhythm of the Saints",
    "release_id": "e0288bd2-00ef-4991-b25a-d97d6d88e2e3",
    "release_group_id": "9c08260c-d558-391b-ae2b-aba11b9793d8",
    "labels": [
        "Warner Bros. Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1990-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one is for Noelle's 7th birthday tomorrow!\n--\nIn this song, an intriguing phrase is repeated: \"The cross is in the ballpark.\" When asked about its meaning, Simon answered, \"The cross, the burden that we carry, is in the ballpark, it's doable.\" \n--\nThe drums for this song were recorded live at Pelourinho Square in the Brazilian city of Salvador. They were played by the Afro-Brazilian group Grupo Cultural Olodum, who are masters of the heavily percussive sub-style of samba called Batuque.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}