Information about plays

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

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

{
    "id": 3622132,
    "uri": "https://api.kexp.org/v2/plays/3622132/?format=api",
    "airdate": "2026-02-25T14:42:11-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss Me",
    "track_id": "4814e29b-f0c5-4cda-bc2d-1066d233003f",
    "recording_id": "af4ac82f-da01-49f7-9449-1c96133d35b9",
    "artist": "Sixpence None the Richer",
    "artist_ids": [
        "c2c70ed6-5f10-445c-969f-2c16bc9a4c2e"
    ],
    "album": "Sixpence None the Richer",
    "release_id": "416122a2-c0d9-4aa4-be6b-2ea164b58c31",
    "release_group_id": "f7df40ef-cc6a-3ecf-b6cd-e73b353b05ea",
    "labels": [
        "Squint Entertainment"
    ],
    "label_ids": [
        "0c21fd9e-2fd5-413c-98e3-15e7a0c86726"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Nick in SF on his birthday!\n--\nSixpence None the Richer are a Texas-based group who rose to mainstream popularity in the late '90s with a catchy blend of melodic alt pop and Christian rock. Named after a passage by author C.S. Lewis, the band achieved breakout success with their eponymous 1997 album and its jangly pop single \"Kiss Me.\" : https://www.allmusic.com/artist/sixpence-none-the-richer-mn0000017387#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}