Information about plays

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

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

{
    "id": 3640185,
    "uri": "https://api.kexp.org/v2/plays/3640185/?format=api",
    "airdate": "2026-04-10T06:02:35-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-4284b81f-1731-313a-a4de-58b4c18a754a/mbid-4284b81f-1731-313a-a4de-58b4c18a754a-5808321423_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "From the Edge of the Deep Green Sea",
    "track_id": "c487d523-f226-3e14-b8c4-09f6c8d8e0c4",
    "recording_id": "d96c9e39-93ba-406a-a569-b563ff40b6b0",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "4284b81f-1731-313a-a4de-58b4c18a754a",
    "release_group_id": "88154914-4f14-355c-8066-b3cecd38c42c",
    "labels": [
        "Fiction Records",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The epic 'Edge of the Deep Green Sea' on 1992’s critically acclaimed 'Wish' is a soaring song, again about love and loss that takes place seaside....\"\n Here's a guide to each of The Cure's \"seaside\" songs: https://www.popmatters.com/the-cure-seaside-pandemic-cure",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}