Information about plays

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

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

{
    "id": 3571533,
    "uri": "https://api.kexp.org/v2/plays/3571533/?format=api",
    "airdate": "2025-10-29T20:17:00-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://ia600307.us.archive.org/19/items/mbid-03a92347-8fbf-4d56-a85a-b7aa5a441c47/mbid-03a92347-8fbf-4d56-a85a-b7aa5a441c47-4815998798_thumb500.jpg",
    "thumbnail_uri": "https://ia600307.us.archive.org/19/items/mbid-03a92347-8fbf-4d56-a85a-b7aa5a441c47/mbid-03a92347-8fbf-4d56-a85a-b7aa5a441c47-4815998798_thumb250.jpg",
    "song": "Night Crawler",
    "track_id": "27254a42-22f0-33a7-96ac-db9232dfc3a2",
    "recording_id": "f70613c9-3eaa-4da5-ae01-93977181e805",
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Floating Coffin",
    "release_id": "03a92347-8fbf-4d56-a85a-b7aa5a441c47",
    "release_group_id": "e76cc41f-a9f2-43a3-b026-b3b03e061518",
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2013-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The OSEES, under their several names over the years, have visited KEXP many times. Check out their in-studio performances on YouTube!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}