Information about plays

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

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

{
    "id": 3632183,
    "uri": "https://api.kexp.org/v2/plays/3632183/?format=api",
    "airdate": "2026-03-22T00:35:12-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3b57a8d-5994-4724-a531-f9cd2ac98e6a/44167490142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3b57a8d-5994-4724-a531-f9cd2ac98e6a/44167490142-250.jpg",
    "song": "Two Candles",
    "track_id": null,
    "recording_id": "4eb3ebd8-df23-4177-ad4d-83278ace1363",
    "artist": "The Silver",
    "artist_ids": [
        "6c220d90-e584-436e-84eb-2fd69e48189b"
    ],
    "album": "Looking Glass Hymnal Blue",
    "release_id": null,
    "release_group_id": "b18ef9a1-8274-42d0-a47c-4c9c6a109721",
    "labels": [
        "Gilead Media"
    ],
    "label_ids": [
        "85688445-1413-4fed-ad71-b38d241a8147"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enrique Sagarnaga (Drums)  and Matt Knox  (strings and vocals) play in both The Silver and Crypt Sermon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}