Information about plays

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

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

{
    "id": 3641932,
    "uri": "https://api.kexp.org/v2/plays/3641932/?format=api",
    "airdate": "2026-04-14T09:48:16-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-c33c0d83-4686-47f9-9492-3b562d70f9ff/mbid-c33c0d83-4686-47f9-9492-3b562d70f9ff-7947268978_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-c33c0d83-4686-47f9-9492-3b562d70f9ff/mbid-c33c0d83-4686-47f9-9492-3b562d70f9ff-7947268978_thumb250.jpg",
    "song": "Primary",
    "track_id": "b37969c7-5a4f-3797-861b-da1f60d5dab9",
    "recording_id": "4c53eaf6-b1de-4c46-ac87-a2fb53055e5f",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Faith",
    "release_id": "c33c0d83-4686-47f9-9492-3b562d70f9ff",
    "release_group_id": "ce2dda01-88b9-3134-8c35-065897e9cbb2",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1981, The Cure release 'Faith'!\n\nThe song is unusual in that both Simon Gallup and Robert Smith play bass, with the effects pedals on Smith's giving the leads a unique sound. There are no guitars (other than bass) or keyboards played in the song.  https://bit.ly/3dL8JG4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}