Information about plays

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

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

{
    "id": 3596192,
    "uri": "https://api.kexp.org/v2/plays/3596192/?format=api",
    "airdate": "2025-12-26T08:21:26-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Danube Incident",
    "track_id": "908fefa4-de20-328e-8657-c570ae2bfce1",
    "recording_id": "37e873fe-1eed-40fd-9384-09f190b02311",
    "artist": "Lalo Schifrin",
    "artist_ids": [
        "adf017f5-76d6-4d31-b1b9-a0211675e7c2"
    ],
    "album": "More Mission: Impossible",
    "release_id": "ec7b0d79-bb69-453e-843e-5e9cecba5304",
    "release_group_id": "0ff0e5fb-b5ae-35d6-b8c9-dbd1319a8bc8",
    "labels": [
        "Paramount Records"
    ],
    "label_ids": [
        "042f2fc8-f18b-4842-bcb9-37e4ef3b6ae7"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portishead used samples from this song for \"Sour Times\" off their 1994 album 'Dummy'\n\nhttps://schifrin.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}