Information about plays

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

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

{
    "id": 3635933,
    "uri": "https://api.kexp.org/v2/plays/3635933/?format=api",
    "airdate": "2026-03-31T08:08:51-07:00",
    "show": 66328,
    "show_uri": "https://api.kexp.org/v2/shows/66328/?format=api",
    "image_uri": "https://dn720801.ca.archive.org/0/items/mbid-c88f9195-ae1e-408b-829a-ad85d1e373c7/mbid-c88f9195-ae1e-408b-829a-ad85d1e373c7-44685240210_thumb500.jpg",
    "thumbnail_uri": "https://dn720801.ca.archive.org/0/items/mbid-c88f9195-ae1e-408b-829a-ad85d1e373c7/mbid-c88f9195-ae1e-408b-829a-ad85d1e373c7-44685240210_thumb250.jpg",
    "song": "Carry On",
    "track_id": "524025c1-72b5-40a3-b40b-fdb18ee2e177",
    "recording_id": "0843e223-aec4-4cd8-91de-d83ec5929f68",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Sunshine",
    "release_id": "c88f9195-ae1e-408b-829a-ad85d1e373c7",
    "release_group_id": "0e446f39-1c6c-4ab7-a926-7d0cd92d0529",
    "labels": [
        "Caiola Records"
    ],
    "label_ids": [
        "32dc4101-1ddf-4c46-bd82-eee0e1179eb7"
    ],
    "release_date": "2026-08-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Jungle's fifth studio album 'Sunshine', out August 14th, 2026!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}