Information about plays

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

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

{
    "id": 3617544,
    "uri": "https://api.kexp.org/v2/plays/3617544/?format=api",
    "airdate": "2026-02-14T20:12:19-08:00",
    "show": 65935,
    "show_uri": "https://api.kexp.org/v2/shows/65935/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb250.jpg",
    "song": "Heart-Shaped Box",
    "track_id": "a84a249d-c2f2-3753-82b5-0f57d3058474",
    "recording_id": "f16627cc-e681-45e7-b82a-b64a60f48f99",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "In Utero",
    "release_id": "6ddad044-c72c-3eb9-8ae7-45f783a92e0f",
    "release_group_id": "2a0981fb-9593-3019-864b-ce934d97a16e",
    "labels": [
        "Geffen Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A listener request!\n\nFormed in Aberdeen and later based in Seattle, Nirvana remain one of the most widely recognized bands to emerge from the 1990's Seattle music scene.\n\nhttps://www.nirvana.com/#/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}