Information about plays

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

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

{
    "id": 3561369,
    "uri": "https://api.kexp.org/v2/plays/3561369/?format=api",
    "airdate": "2025-10-04T20:46:14-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia601908.us.archive.org/16/items/mbid-7cc4369e-48a6-4b89-bb21-a3a43587ff1f/mbid-7cc4369e-48a6-4b89-bb21-a3a43587ff1f-27075303823_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-7cc4369e-48a6-4b89-bb21-a3a43587ff1f/mbid-7cc4369e-48a6-4b89-bb21-a3a43587ff1f-27075303823_thumb250.jpg",
    "song": "Night Train to Spokane",
    "track_id": "52660945-a408-31d9-937a-4330e2e91165",
    "recording_id": "7c4b5fa6-f08d-4f15-a313-7dec733f60b6",
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "Janitors of Tomorrow",
    "release_id": "7cc4369e-48a6-4b89-bb21-a3a43587ff1f",
    "release_group_id": "7a16f8bd-b437-35e2-86ee-f4b20ca4c8e9",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}