Information about plays

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

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

{
    "id": 3640200,
    "uri": "https://api.kexp.org/v2/plays/3640200/?format=api",
    "airdate": "2026-04-10T07:13:56-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-0762fd5f-99f2-4501-8b4b-c294e09f90db/mbid-0762fd5f-99f2-4501-8b4b-c294e09f90db-2580247402_thumb250.jpg",
    "song": "I Might Be Wrong",
    "track_id": "2da0a08c-c7c1-3c5c-b453-90c519d9a962",
    "recording_id": "5fdd8cf0-ebd0-4259-a5f1-84130d5bd4ca",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Amnesiac",
    "release_id": "0762fd5f-99f2-4501-8b4b-c294e09f90db",
    "release_group_id": "bca9280e-28b4-327f-8fe0-fd918579e486",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Two music videos were produced for this song. The first, directed by Chris Bran and released only on the Internet, was available during the Amnesiac era on Radiohead's official site.\n\nThe second and better-known one was directed by Sophie Muller.: https://citizeninsane.eu/videos/05/imbw.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}