Information about plays

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

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

{
    "id": 3545587,
    "uri": "https://api.kexp.org/v2/plays/3545587/?format=api",
    "airdate": "2025-08-27T18:42:21-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia904503.us.archive.org/6/items/mbid-22603712-a019-4b63-ac8b-118ec2a1ac05/mbid-22603712-a019-4b63-ac8b-118ec2a1ac05-7947254219_thumb500.jpg",
    "thumbnail_uri": "https://ia804503.us.archive.org/6/items/mbid-22603712-a019-4b63-ac8b-118ec2a1ac05/mbid-22603712-a019-4b63-ac8b-118ec2a1ac05-7947254219_thumb250.jpg",
    "song": "Trip Like I Do",
    "track_id": "b3df0607-7d27-339d-8686-3f3b2932d75f",
    "recording_id": "f8a0caee-6358-45a3-8ce8-1ce19a52a72b",
    "artist": "The Crystal Method",
    "artist_ids": [
        "aaf09f31-bb5c-43e5-9f54-bb6554c33a71"
    ],
    "album": "Vegas",
    "release_id": "22603712-a019-4b63-ac8b-118ec2a1ac05",
    "release_group_id": "67c46e1a-990f-32a1-8987-9b5eb1b7b7e9",
    "labels": [
        "Outpost Recordings"
    ],
    "label_ids": [
        "bd577d0f-2ef6-4d42-a392-ffcca1f35afb"
    ],
    "release_date": "1997-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Geoff!\n\"...I like such a huge variety of music it makes it hard to narrow down to one artist. And that is precisely why I love KEXP. So far listening all day everyone is requesting everything I would request. I have been a listener and contributor for 35 years. Amplifier for about 10 years? I don't hear one of my favorite bands on KEXP very much so it's gonna be Crystal Method, trip like I do.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}