Information about plays

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

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

{
    "id": 3601549,
    "uri": "https://api.kexp.org/v2/plays/3601549/?format=api",
    "airdate": "2026-01-07T21:08:24-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marseille",
    "track_id": "5a46dd0e-c4ff-48b2-b2a2-d34afa08e8f0",
    "recording_id": "5378b6fe-9070-4fbd-8c10-2168cabaf719",
    "artist": "Oracle Sisters",
    "artist_ids": [
        "e2fd6f1b-db4b-4422-bc25-625c66b25a78"
    ],
    "album": "Divinations",
    "release_id": "9bc8b61e-e501-4167-8d89-7588e01924d0",
    "release_group_id": "e5df4536-fb3a-4282-a2e2-a333a467ab4a",
    "labels": [
        "Wizard Artists"
    ],
    "label_ids": [
        "9c9018fd-05b0-4bfe-821a-7363f2683845"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Tarot of Marseilles deck's Tower merges two concepts, by depicting both a burning tower being struck by lightning from the sky, and its top section dislodged and crumbling.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}