Information about plays

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

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

{
    "id": 3525083,
    "uri": "https://api.kexp.org/v2/plays/3525083/?format=api",
    "airdate": "2025-07-10T08:35:12-07:00",
    "show": 63972,
    "show_uri": "https://api.kexp.org/v2/shows/63972/?format=api",
    "image_uri": "https://ia800207.us.archive.org/26/items/mbid-1ea4753b-b3e2-44a8-afa5-48f99c08a314/mbid-1ea4753b-b3e2-44a8-afa5-48f99c08a314-3263000680_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/26/items/mbid-1ea4753b-b3e2-44a8-afa5-48f99c08a314/mbid-1ea4753b-b3e2-44a8-afa5-48f99c08a314-3263000680_thumb250.jpg",
    "song": "Enfilade",
    "track_id": "5af25a12-4a9b-3cb2-8180-756a22fdf697",
    "recording_id": "943fc966-c5fa-41e7-8f50-b43b57303d4b",
    "artist": "At the Drive‐In",
    "artist_ids": [
        "7e13cd1c-0300-4d03-bd8e-5f86dd99d74f"
    ],
    "album": "Relationship of Command",
    "release_id": "1ea4753b-b3e2-44a8-afa5-48f99c08a314",
    "release_group_id": "b7f5ed97-bb72-31fb-acd8-4bad86d95a58",
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "2000-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enfilade refers to a French word used in military tactics, describing a formation of units laterally exposed to enemy fire.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}