Information about plays

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

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

{
    "id": 3641579,
    "uri": "https://api.kexp.org/v2/plays/3641579/?format=api",
    "airdate": "2026-04-13T13:40:17-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-3972e827-8d07-4831-9d21-5b7fc28e43f8/mbid-3972e827-8d07-4831-9d21-5b7fc28e43f8-15678376881_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-3972e827-8d07-4831-9d21-5b7fc28e43f8/mbid-3972e827-8d07-4831-9d21-5b7fc28e43f8-15678376881_thumb250.jpg",
    "song": "Miss You",
    "track_id": "f8578b50-1921-4480-8494-8ed1ed392665",
    "recording_id": "a4cfa060-a5e3-47a2-baf8-d52aeb975cf7",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Some Girls (deluxe version)",
    "release_id": "3972e827-8d07-4831-9d21-5b7fc28e43f8",
    "release_group_id": "b44bc358-a28f-3a1f-b07e-604910f12d37",
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late drummer Charlie Watts explained: \"A lot of those songs like 'Miss You' were heavily influenced by going to the discos. You can hear it in a lot of those four on the floor rhythms and the Philadelphia-style drumming. Mick and I used to go to discos a lot... It was a great period. I remember being in Munich and coming back from a club with Mick singing one of the Village People songs - 'Y.M.C.A.', I think it was - and Keith went mad, but it sounded great on the dance floor.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}