Information about plays

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

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

{
    "id": 3547882,
    "uri": "https://api.kexp.org/v2/plays/3547882/?format=api",
    "airdate": "2025-09-02T06:43:07-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia600803.us.archive.org/32/items/mbid-d1503eba-60af-49ad-98a6-970881d16e09/mbid-d1503eba-60af-49ad-98a6-970881d16e09-2341775356_thumb500.jpg",
    "thumbnail_uri": "https://ia600803.us.archive.org/32/items/mbid-d1503eba-60af-49ad-98a6-970881d16e09/mbid-d1503eba-60af-49ad-98a6-970881d16e09-2341775356_thumb250.jpg",
    "song": "Intro",
    "track_id": "5985602e-eb04-33e8-a2f8-4e2f37b8e0d8",
    "recording_id": "773a1557-a974-4f1e-978e-c240be4c3cb8",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "xx",
    "release_id": "d1503eba-60af-49ad-98a6-970881d16e09",
    "release_group_id": "23355caf-a543-4b5f-80fe-449101868fc1",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2009-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out The xx perform live on KEXP back in 2017 here: https://www.youtube.com/watch?v=QGkhlIC9wEI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}