Information about plays

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

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

{
    "id": 3540191,
    "uri": "https://api.kexp.org/v2/plays/3540191/?format=api",
    "airdate": "2025-08-15T01:07:45-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia601202.us.archive.org/33/items/mbid-7eee8a33-d3b3-3d73-9381-13d15a4b61a6/mbid-7eee8a33-d3b3-3d73-9381-13d15a4b61a6-10805909206_thumb500.jpg",
    "thumbnail_uri": "https://ia601202.us.archive.org/33/items/mbid-7eee8a33-d3b3-3d73-9381-13d15a4b61a6/mbid-7eee8a33-d3b3-3d73-9381-13d15a4b61a6-10805909206_thumb250.jpg",
    "song": "Kingdom of Rain",
    "track_id": "56b4faa2-debb-4ed8-9076-d7c9ce21bb9b",
    "recording_id": "b65eb503-7f04-41a7-b0bd-6406c0a57cbc",
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Mind Bomb",
    "release_id": "e05e77f5-e287-45d3-96ca-5d74e8b78ec1",
    "release_group_id": "8708255c-6b32-3fec-b6c1-a59e8de6a397",
    "labels": [
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Matt Johnson! \n\nDuet with Sinead O’Connor! \n- http://www.thethe.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}