Information about plays

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

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

{
    "id": 3630959,
    "uri": "https://api.kexp.org/v2/plays/3630959/?format=api",
    "airdate": "2026-03-19T08:10:44-07:00",
    "show": 66221,
    "show_uri": "https://api.kexp.org/v2/shows/66221/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-08a062f6-26e0-40c0-8fef-f0dd1c3e095b/mbid-08a062f6-26e0-40c0-8fef-f0dd1c3e095b-7351474197_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-08a062f6-26e0-40c0-8fef-f0dd1c3e095b/mbid-08a062f6-26e0-40c0-8fef-f0dd1c3e095b-7351474197_thumb250.jpg",
    "song": "Wave of Mutilation (U.K. Surf)",
    "track_id": "847066a7-6272-33fd-8101-a5b0dedf7aae",
    "recording_id": "42623b11-a50a-4665-aaae-2559b40fc827",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Pump Up the Volume: Music From the Original Motion Picture Soundtrack",
    "release_id": "08a062f6-26e0-40c0-8fef-f0dd1c3e095b",
    "release_group_id": "e4c4ba5d-e0f3-3a11-8024-f78b20ff2ade",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1990-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back to 1989 to see Pixies perform this one live in Belgium: https://www.youtube.com/watch?v=W61hM9SRDOw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}