Information about plays

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

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

{
    "id": 3597885,
    "uri": "https://api.kexp.org/v2/plays/3597885/?format=api",
    "airdate": "2025-12-30T06:06:42-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "https://ia600201.us.archive.org/29/items/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a-13761007457_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/29/items/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a-13761007457_thumb250.jpg",
    "song": "Destination Unknown",
    "track_id": "afc23672-605c-3755-8fc6-44372e91871b",
    "recording_id": "2ffb80a7-9b3e-4a2b-a071-e8c062df7cf6",
    "artist": "Missing Persons",
    "artist_ids": [
        "98eb6868-9f31-400e-90d8-9a46380c1bdd"
    ],
    "album": "Spring Session M",
    "release_id": "cfb6200a-860e-4031-ba80-6cf948ae651a",
    "release_group_id": "1df14963-6a10-3c3a-89d8-7b3a3c87780d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Life is so strange Destination unknown When you don't know Your destination Something could change It's unknown And then you won't know Destination unknown...\" --- \nMissing Persons was founded in 1980 in Los Angeles by guitarist Warren Cuccurullo, vocalist Dale Bozzio, and drummer Terry Bozzio. They later added bassist Patrick O'Hearn and keyboardist Chuck Wild. Dale's quirky voice and heavy makeup made the band a favorite on MTV in the early 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}