Information about plays

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

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

{
    "id": 3635001,
    "uri": "https://api.kexp.org/v2/plays/3635001/?format=api",
    "airdate": "2026-03-29T05:14:50-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://dn710800.ca.archive.org/0/items/mbid-1e65507f-e6eb-4f63-83f6-41eaa1ba22a1/mbid-1e65507f-e6eb-4f63-83f6-41eaa1ba22a1-44695368076_thumb500.jpg",
    "thumbnail_uri": "https://dn710800.ca.archive.org/0/items/mbid-1e65507f-e6eb-4f63-83f6-41eaa1ba22a1/mbid-1e65507f-e6eb-4f63-83f6-41eaa1ba22a1-44695368076_thumb250.jpg",
    "song": "SUAVE DA NAVE",
    "track_id": "fd65897b-d3c9-469c-8fe5-6e94fcb516a0",
    "recording_id": "ba819736-888d-4ae6-99f9-a020f10f70c1",
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "97",
    "release_id": "1e65507f-e6eb-4f63-83f6-41eaa1ba22a1",
    "release_group_id": "363829f7-dbae-4cc2-84fd-22bcbeb72f47",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}