Information about plays

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

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

{
    "id": 3665202,
    "uri": "https://api.kexp.org/v2/plays/3665202/?format=api",
    "airdate": "2026-06-08T03:42:06-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-04e168e3-ab1c-404f-bb77-5b0624b7eedf/mbid-04e168e3-ab1c-404f-bb77-5b0624b7eedf-41895598832_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-04e168e3-ab1c-404f-bb77-5b0624b7eedf/mbid-04e168e3-ab1c-404f-bb77-5b0624b7eedf-41895598832_thumb250.jpg",
    "song": "Come Back Down",
    "track_id": "a37fdca9-feb1-4378-bef8-2c0e6cf22a25",
    "recording_id": "9ef8e611-29c9-44d8-9ef3-8a3c8046341b",
    "artist": "Men I Trust",
    "artist_ids": [
        "25ab7547-a4d2-480b-b028-c7f3497bc858"
    ],
    "album": "Equus Caballus",
    "release_id": "04e168e3-ab1c-404f-bb77-5b0624b7eedf",
    "release_group_id": "842b6166-4cc5-42b1-8bd2-c02960f82415",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}