Information about plays

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

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

{
    "id": 3663230,
    "uri": "https://api.kexp.org/v2/plays/3663230/?format=api",
    "airdate": "2026-06-03T13:44:28-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://ia903106.us.archive.org/0/items/mbid-49b39079-0b92-4de7-9f18-c64bd83fb9a8/mbid-49b39079-0b92-4de7-9f18-c64bd83fb9a8-44451329349_thumb500.jpg",
    "thumbnail_uri": "https://ia803106.us.archive.org/0/items/mbid-49b39079-0b92-4de7-9f18-c64bd83fb9a8/mbid-49b39079-0b92-4de7-9f18-c64bd83fb9a8-44451329349_thumb250.jpg",
    "song": "Silver Spoon",
    "track_id": "5a8b3021-8e20-424d-a540-28a6cc68103c",
    "recording_id": "1739c28a-94ac-47fe-9302-e5bf0eaf097a",
    "artist": "Telehealth",
    "artist_ids": [
        "c94f22ca-0965-4dee-aa71-8e15620a3779"
    ],
    "album": "Green World Image",
    "release_id": "49b39079-0b92-4de7-9f18-c64bd83fb9a8",
    "release_group_id": "d8f78af6-a017-4cc1-be41-539955e5446a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go here to purchase the May release from Seattle band Telehealth: https://telehealth.bandcamp.com/album/green-world-image",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}