Information about plays

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

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

{
    "id": 3570974,
    "uri": "https://api.kexp.org/v2/plays/3570974/?format=api",
    "airdate": "2025-10-28T10:10:13-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "https://ia801804.us.archive.org/8/items/mbid-31bbbe43-d712-49c2-b4b9-4f68a3e52026/mbid-31bbbe43-d712-49c2-b4b9-4f68a3e52026-27860156881_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-31bbbe43-d712-49c2-b4b9-4f68a3e52026/mbid-31bbbe43-d712-49c2-b4b9-4f68a3e52026-27860156881_thumb250.jpg",
    "song": "Heaven and Earth",
    "track_id": "7e9e9413-05a6-3a96-b0b1-8c241e944015",
    "recording_id": "dc5f1e47-f55e-4b7c-9709-73d11063a7ec",
    "artist": "Blitzen Trapper",
    "artist_ids": [
        "a186c93d-0f30-4c56-9265-98c0eba19242"
    ],
    "album": "Destroyer of the Void",
    "release_id": "31bbbe43-d712-49c2-b4b9-4f68a3e52026",
    "release_group_id": "a4d5d9a9-b954-4055-8f9b-ae06d20943f0",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-06-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance by Portland's Blitzen Trapper in our studio in August, 2024: https://www.youtube.com/watch?v=vEd-lsJLAjk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}