Information about plays

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

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

{
    "id": 3581976,
    "uri": "https://api.kexp.org/v2/plays/3581976/?format=api",
    "airdate": "2025-11-23T15:47:52-08:00",
    "show": 65190,
    "show_uri": "https://api.kexp.org/v2/shows/65190/?format=api",
    "image_uri": "https://ia601906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb250.jpg",
    "song": "Let’s Go to Bed",
    "track_id": "b4060359-369a-3382-9ca0-431aa1c3779d",
    "recording_id": "b213dcda-b97b-4191-85d0-eead5f89feec",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Greatest Hits",
    "release_id": "7c1cca2a-4954-4569-ab58-74f198f29714",
    "release_group_id": "c79b731e-f6ec-3f65-9a75-ef4ac5b17a26",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1982!\n\nRobert Smith reveals, \"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.\n\n\"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"
}