Information about plays

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

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

{
    "id": 3542452,
    "uri": "https://api.kexp.org/v2/plays/3542452/?format=api",
    "airdate": "2025-08-20T11:15:00-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a-32820607564_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a-32820607564_thumb250.jpg",
    "song": "Lemon Tree",
    "track_id": "a01094f0-e2e3-4d95-9292-a1f286537145",
    "recording_id": "c2a4d94a-aef1-4b94-80e4-3650ff718ee0",
    "artist": "Mt. Joy",
    "artist_ids": [
        "5bbf0f10-4355-42cb-9d08-6b777a8a300d"
    ],
    "album": "Orange Blood",
    "release_id": "d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a",
    "release_group_id": "a3dd75ce-fe45-41da-9147-91dc012f077a",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2022-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mt. Joy is playing tonight at the Wamu Theater in Seattle!\n\nhttps://www.mtjoyband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}