Information about plays

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

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

{
    "id": 3500323,
    "uri": "https://api.kexp.org/v2/plays/3500323/?format=api",
    "airdate": "2025-05-12T07:08:56-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia803102.us.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb500.jpg",
    "thumbnail_uri": "https://ia903102.us.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb250.jpg",
    "song": "Your Silent Face",
    "track_id": "b5c0e717-9b8e-3570-be2a-05599740eae2",
    "recording_id": "3a54b3b2-6037-4fc3-a7a0-ead924e55ea2",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": "16cc9dfc-594d-3fb9-b789-3e1bfcb6f9f8",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Order is one of the headliners for Cruel World Fest at the Rose Bowl in Pasadena on May 17!\n\nOn \"Your Silent Face,\" Stephen Morris shares, \"We’ve always loved Kraftwerk. YSF’s working title was 'the Kraftwerk one (KW1) we were trying to do something like the intro of Europe Endless. That kind of sparkly sound. Bernard worked really hard getting the synth parts just right. \"\n\nhttps://www.neworder.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}