Information about plays

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

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

{
    "id": 3582210,
    "uri": "https://api.kexp.org/v2/plays/3582210/?format=api",
    "airdate": "2025-11-24T05:29:48-08:00",
    "show": 65196,
    "show_uri": "https://api.kexp.org/v2/shows/65196/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-956fbc58-362d-43b8-b880-3779e0508559/mbid-956fbc58-362d-43b8-b880-3779e0508559-34025419985_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-956fbc58-362d-43b8-b880-3779e0508559/mbid-956fbc58-362d-43b8-b880-3779e0508559-34025419985_thumb250.jpg",
    "song": "Breathe",
    "track_id": "fea15995-2d4b-45ad-97ee-e241a3b44b58",
    "recording_id": "ecbc7c9b-e79d-4ec8-ac77-44e4a7f7f1b8",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Dark Side of the Moon",
    "release_id": "4534f168-c25e-4d84-9da6-4fb26a261640",
    "release_group_id": "f5093c06-23e3-404f-aeaa-40f72885ee3a",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is about an older man speaking to a baby, telling it to breathe. The old man then describes the unfortunate working life the baby will have to face: \"Run, rabbit, run. Dig that hole, forget the sun.\" The song implies that we need to overcome these messages and do what inspires us. \n\nhttps://www.songfacts.com/facts/pink-floyd/breathe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}