Information about plays

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

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

{
    "id": 3566230,
    "uri": "https://api.kexp.org/v2/plays/3566230/?format=api",
    "airdate": "2025-10-17T05:30:03-07:00",
    "show": 64855,
    "show_uri": "https://api.kexp.org/v2/shows/64855/?format=api",
    "image_uri": "https://dn710006.ca.archive.org/0/items/mbid-986a5efd-29ae-4c28-a410-d1eee87a4f0b/mbid-986a5efd-29ae-4c28-a410-d1eee87a4f0b-42573434067_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-986a5efd-29ae-4c28-a410-d1eee87a4f0b/mbid-986a5efd-29ae-4c28-a410-d1eee87a4f0b-42573434067_thumb250.jpg",
    "song": "Forever",
    "track_id": "e5e4bb37-eeae-4038-b545-f12a5007f20e",
    "recording_id": "8c5791a3-790a-43a8-aebe-e91b74207c21",
    "artist": "Pynch",
    "artist_ids": [
        "7584c7e5-a89c-4096-b36e-5abdaa189ef4"
    ],
    "album": "Beautiful Noise",
    "release_id": "986a5efd-29ae-4c28-a410-d1eee87a4f0b",
    "release_group_id": "f5b95ed0-da21-4fb6-85c7-d43887debd40",
    "labels": [
        "Chillburn Recordings"
    ],
    "label_ids": [
        "2bf327b1-c500-479e-817e-2c55aacddb94"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pynch are a self described \"Lo-Fi indie rock band\" from London, UK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}