Information about plays

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

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

{
    "id": 3557487,
    "uri": "https://api.kexp.org/v2/plays/3557487/?format=api",
    "airdate": "2025-09-25T07:28:18-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://ia801302.us.archive.org/22/items/mbid-17d4456d-1149-31a0-b45d-ccdad093e8fa/mbid-17d4456d-1149-31a0-b45d-ccdad093e8fa-1026287042_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/22/items/mbid-17d4456d-1149-31a0-b45d-ccdad093e8fa/mbid-17d4456d-1149-31a0-b45d-ccdad093e8fa-1026287042_thumb250.jpg",
    "song": "Let’s Go to Bed",
    "track_id": "f6036fc5-79f7-3e65-b52f-5373dc617978",
    "recording_id": "b213dcda-b97b-4191-85d0-eead5f89feec",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Japanese Whispers",
    "release_id": "17d4456d-1149-31a0-b45d-ccdad093e8fa",
    "release_group_id": "6a276bf7-5f45-34ec-8276-a4362d4cc733",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Smith said, \"When I wrote “Let’s Go To Bed”, I thought it was stupid. It’s rubbish, it’s a joke. All pop songs are basically saying ‘please go to bed with me.’ So I’m going to make it as blatant as possible, set it to this cheesy synth riff – everything I hated about music at that time. It was junk. Lol (Tolhurst) and I recorded it, Fiction (Records) put it out, and suddenly we’re getting 15 plays a day on American radio. Sod’s law, isn’t it?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}