Information about plays

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

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

{
    "id": 3621722,
    "uri": "https://api.kexp.org/v2/plays/3621722/?format=api",
    "airdate": "2026-02-24T13:33:24-08:00",
    "show": 66020,
    "show_uri": "https://api.kexp.org/v2/shows/66020/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8-9708222337_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8-9708222337_thumb250.jpg",
    "song": "Song to the Siren",
    "track_id": "ec871b16-bcea-3d9a-bd49-371900eb832a",
    "recording_id": "ad76764e-e522-4cb1-9c2c-7009c5fa08c9",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Exit Planet Dust",
    "release_id": "2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8",
    "release_group_id": "8fffd616-de95-3597-b1f2-211666cfc2dd",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out d.f.!\n---\nOriginally released when the Chemical Brothers were going by the Dust Brothers, Song to the Siren was their first single. This version that appeared on the debut album by the pioneering electronic duo, Exit Planet Dust (1995), is a live recording.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}