Information about plays

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

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

{
    "id": 3539216,
    "uri": "https://api.kexp.org/v2/plays/3539216/?format=api",
    "airdate": "2025-08-12T14:51:55-07:00",
    "show": 64271,
    "show_uri": "https://api.kexp.org/v2/shows/64271/?format=api",
    "image_uri": "https://ia800206.us.archive.org/32/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/32/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580_thumb250.jpg",
    "song": "Idioteque",
    "track_id": "e30870d3-aced-34c6-a1ec-8b12c2a94e5c",
    "recording_id": "1c0377bb-c00b-4bbe-b4b2-615f13324adc",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "18e2b05b-937a-3c25-ac78-07267e6411a0",
    "release_group_id": "e75c0549-ad55-39e3-8025-c72c5d4a3c5d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Idioteque\" features samples from two 1970s computer music compositions, “Mild und Leise” by Paul Lansky and “Short Piece” by Arthur Kreiger. Jonny Greenwood discovered these pieces while browsing a second-hand record shop during a tour in the US. https://tinyurl.com/2tvekk2m",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}