Information about plays

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

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

{
    "id": 3640613,
    "uri": "https://api.kexp.org/v2/plays/3640613/?format=api",
    "airdate": "2026-04-11T06:01:24-07:00",
    "show": 66422,
    "show_uri": "https://api.kexp.org/v2/shows/66422/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507-6505314487_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507-6505314487_thumb250.jpg",
    "song": "Only You",
    "track_id": "1327c2b8-b512-3de8-8a74-927a95fcd30b",
    "recording_id": "073e2d76-5c7e-43b2-aef1-2512cda7f8a3",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Portishead",
    "release_id": "23d752fa-d27c-33bf-ab33-aff5fb47d507",
    "release_group_id": "46b38f09-e90b-39eb-b04f-002da20f7f96",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1997-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}