Information about plays

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

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

{
    "id": 3638120,
    "uri": "https://api.kexp.org/v2/plays/3638120/?format=api",
    "airdate": "2026-04-05T09:26:08-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-c92f3f20-c5a8-4b59-8ec9-220c2526848a/mbid-c92f3f20-c5a8-4b59-8ec9-220c2526848a-41634624037_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-c92f3f20-c5a8-4b59-8ec9-220c2526848a/mbid-c92f3f20-c5a8-4b59-8ec9-220c2526848a-41634624037_thumb250.jpg",
    "song": "Trash Mountain (1pm)",
    "track_id": "cdaa1f0b-0a82-462f-b7e5-815eab9e7fe2",
    "recording_id": "7600b848-16fb-4ddc-aad3-018a1b08a762",
    "artist": "Lily Seabird",
    "artist_ids": [
        "486cd411-0337-4e46-97bc-c9854e064dc7"
    ],
    "album": "Trash Mountain",
    "release_id": "c92f3f20-c5a8-4b59-8ec9-220c2526848a",
    "release_group_id": "c088ac17-8fd9-4aa0-9847-5c99d41ab5b7",
    "labels": [
        "Lame-O Records"
    ],
    "label_ids": [
        "8abf1ffc-dc27-4d93-a7ec-73cbaa08e65c"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}