Information about plays

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

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

{
    "id": 3607858,
    "uri": "https://api.kexp.org/v2/plays/3607858/?format=api",
    "airdate": "2026-01-23T01:13:16-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-39d40d93-9018-48a3-911e-55106743abaa/mbid-39d40d93-9018-48a3-911e-55106743abaa-43758900806_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-39d40d93-9018-48a3-911e-55106743abaa/mbid-39d40d93-9018-48a3-911e-55106743abaa-43758900806_thumb250.jpg",
    "song": "Ring the Alarm",
    "track_id": "9abf1acf-ff33-424d-bdf2-db7eb226620d",
    "recording_id": "992d2ec5-2cb8-468e-8fbc-0989785d9c62",
    "artist": "TOMORA, AURORA & The Chemical Brothers",
    "artist_ids": [
        "484a4e90-6899-4e4b-a948-a2255d365340",
        "1946a82a-f927-40c2-8235-38d64f50d043",
        "3f83dc3c-8b95-4220-baee-4a6d85d4ae33"
    ],
    "album": "Ring the Alarm",
    "release_id": "39d40d93-9018-48a3-911e-55106743abaa",
    "release_group_id": "2e6df249-a824-4a7c-a5a2-77b12dce2031",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2025-12-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}