Information about plays

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

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

{
    "id": 3634971,
    "uri": "https://api.kexp.org/v2/plays/3634971/?format=api",
    "airdate": "2026-03-29T03:34:00-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-93851b42-21f9-43b5-9256-b24667056f41/mbid-93851b42-21f9-43b5-9256-b24667056f41-44405328566_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-93851b42-21f9-43b5-9256-b24667056f41/mbid-93851b42-21f9-43b5-9256-b24667056f41-44405328566_thumb250.jpg",
    "song": "All Monsters Go to Heaven",
    "track_id": "036f17f8-26dd-4342-bcb6-9cb7cbb32d56",
    "recording_id": "706dcd82-90bd-4f0c-8f42-420d504cdc09",
    "artist": "MX LONELY",
    "artist_ids": [
        "b9e9859c-dbd8-400c-9f6d-3d87f5609277"
    ],
    "album": "All Monsters",
    "release_id": "93851b42-21f9-43b5-9256-b24667056f41",
    "release_group_id": "cf43eb3d-19e3-4278-b0b9-d0d64147f4e3",
    "labels": [
        "Julia's War"
    ],
    "label_ids": [
        "69addcb5-2625-46af-8f14-e594f7d735ec"
    ],
    "release_date": "2026-02-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}