Information about plays

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

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

{
    "id": 3668933,
    "uri": "https://api.kexp.org/v2/plays/3668933/?format=api",
    "airdate": "2026-06-17T02:46:16-07:00",
    "show": 67009,
    "show_uri": "https://api.kexp.org/v2/shows/67009/?format=api",
    "image_uri": "https://dn721404.ca.archive.org/0/items/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8-24206711701_thumb500.jpg",
    "thumbnail_uri": "https://dn721404.ca.archive.org/0/items/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8-24206711701_thumb250.jpg",
    "song": "Let It Happen",
    "track_id": "b7d76d2e-22b0-4005-a5e5-5f69bc64d706",
    "recording_id": "b85f7f6d-813a-4ebc-8a1d-5998ab02be9a",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Currents",
    "release_id": "85b16994-76cd-43d0-b04c-ac8f9e808db8",
    "release_group_id": "08aa7a6c-3e43-4459-87b2-e47faf3a088a",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2015-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD in 2015 - Tame Impala released their third album, Currents. It features “Let It Happen,” “Cause I’m a Man,” “Eventually,” and “The Less I Know the Better.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}