Information about plays

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

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

{
    "id": 3574584,
    "uri": "https://api.kexp.org/v2/plays/3574584/?format=api",
    "airdate": "2025-11-06T04:24:28-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e8a1994-f0a7-481d-9be2-6c2f80e14de5/29475045164-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e8a1994-f0a7-481d-9be2-6c2f80e14de5/29475045164-250.jpg",
    "song": "Idioteque",
    "track_id": null,
    "recording_id": "1c0377bb-c00b-4bbe-b4b2-615f13324adc",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": null,
    "release_group_id": "e75c0549-ad55-39e3-8025-c72c5d4a3c5d",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2000-08-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"
}