Information about plays

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

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

{
    "id": 3589884,
    "uri": "https://api.kexp.org/v2/plays/3589884/?format=api",
    "airdate": "2025-12-11T19:40:25-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "https://coverartarchive.org/release/97699be8-9101-4e75-9b34-3908e6fff3a8/32567220629-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/97699be8-9101-4e75-9b34-3908e6fff3a8/32567220629-250.jpg",
    "song": "This Is a Life",
    "track_id": null,
    "recording_id": "430a7ba6-7c93-4ae3-90d8-1f1ac4fe2edb",
    "artist": "Son Lux w/ Mitski and David Byrne",
    "artist_ids": [
        "afcd292c-3c1e-4708-af4a-991aadf957e4",
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5",
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Everything Everywhere All at Once: Official Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "39dd0757-0c15-4c04-916f-57e4b803f3f8",
    "labels": [
        "A24 Music"
    ],
    "label_ids": [
        "0517f171-5b38-4313-8558-0e8695e7ce4c"
    ],
    "release_date": "2022-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have you seen this perfect movie yet? \nhttps://www.youtube.com/watch?v=wxN1T1uxQ2g\nWhen an interdimensional rupture unravels reality, an unlikely hero must channel her newfound powers to fight bizarre and bewildering dangers from the multiverse as the fate of the world hangs in the balance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}