Information about plays

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

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

{
    "id": 3620001,
    "uri": "https://api.kexp.org/v2/plays/3620001/?format=api",
    "airdate": "2026-02-20T16:56:43-08:00",
    "show": 65984,
    "show_uri": "https://api.kexp.org/v2/shows/65984/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-6defd963-fe91-4550-b18e-82c685603c2b/mbid-6defd963-fe91-4550-b18e-82c685603c2b-28457940408_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-6defd963-fe91-4550-b18e-82c685603c2b/mbid-6defd963-fe91-4550-b18e-82c685603c2b-28457940408_thumb250.jpg",
    "song": "You’re My Best Friend",
    "track_id": "99f3fddf-3d26-34a0-9af1-f8570cf502b2",
    "recording_id": "471dc436-80be-4f06-bc8f-7e2685876cfc",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "A Night at the Opera",
    "release_id": "6defd963-fe91-4550-b18e-82c685603c2b",
    "release_group_id": "6b47c9a0-b9e1-3df9-a5e8-50a6ce0dbdbd",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1975-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "for robin + co <3 !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}