Information about plays

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

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

{
    "id": 3582855,
    "uri": "https://api.kexp.org/v2/plays/3582855/?format=api",
    "airdate": "2025-11-25T16:27:40-08:00",
    "show": 65209,
    "show_uri": "https://api.kexp.org/v2/shows/65209/?format=api",
    "image_uri": "https://dn710100.ca.archive.org/0/items/mbid-8747eccc-8c1b-46c2-8e5b-cfbd2e2a9543/mbid-8747eccc-8c1b-46c2-8e5b-cfbd2e2a9543-40466969915_thumb500.jpg",
    "thumbnail_uri": "https://dn710100.ca.archive.org/0/items/mbid-8747eccc-8c1b-46c2-8e5b-cfbd2e2a9543/mbid-8747eccc-8c1b-46c2-8e5b-cfbd2e2a9543-40466969915_thumb250.jpg",
    "song": "And Nothing Is Forever",
    "track_id": "87168510-e99b-4746-be39-ae698fcaa401",
    "recording_id": "fd52ab15-9de2-4556-911e-8023343aa74f",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Songs of a Lost World",
    "release_id": "8747eccc-8c1b-46c2-8e5b-cfbd2e2a9543",
    "release_group_id": "97650540-f489-40e1-957c-6fd67baa739d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cure are releasing a live movie entitled 'The Show of a Lost World', to be released in cinemas on December 11th. \nThe movie is from a live performance of their 2024 album 'Songs of a Lost World' at London's Troxy on the night of its release. \nWatch the trailer and read more here: https://tinyurl.com/2mh5f4hc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}