Information about plays

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

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

{
    "id": 3546033,
    "uri": "https://api.kexp.org/v2/plays/3546033/?format=api",
    "airdate": "2025-08-28T22:01:23-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://ia601707.us.archive.org/29/items/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12-15963313413_thumb500.jpg",
    "thumbnail_uri": "https://ia601707.us.archive.org/29/items/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12-15963313413_thumb250.jpg",
    "song": "Apply",
    "track_id": "f7c9b1c7-42f3-31f9-ac0d-631f33e59c30",
    "recording_id": "907d2068-f850-4576-99a6-68fe94f34c0e",
    "artist": "Glasser",
    "artist_ids": [
        "ff2039e0-a4b3-4c6e-ad23-949f8ec63ffc"
    ],
    "album": "Ring",
    "release_id": "cf117937-2317-43b8-8b20-ba9a045e3a12",
    "release_group_id": "1c408524-9ab4-48f9-8c3e-347c1893fca0",
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2010-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to KEXP at Night!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}