Information about plays

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

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

{
    "id": 3667234,
    "uri": "https://api.kexp.org/v2/plays/3667234/?format=api",
    "airdate": "2026-06-13T06:37:59-07:00",
    "show": 66975,
    "show_uri": "https://api.kexp.org/v2/shows/66975/?format=api",
    "image_uri": "https://dn710905.ca.archive.org/0/items/mbid-d277c19d-71e9-4d70-892b-7a9fb1ff0b78/mbid-d277c19d-71e9-4d70-892b-7a9fb1ff0b78-17361517341_thumb500.jpg",
    "thumbnail_uri": "https://dn710905.ca.archive.org/0/items/mbid-d277c19d-71e9-4d70-892b-7a9fb1ff0b78/mbid-d277c19d-71e9-4d70-892b-7a9fb1ff0b78-17361517341_thumb250.jpg",
    "song": "Be My Angel",
    "track_id": "e730e841-0b94-4427-b60b-a1f1d6df6368",
    "recording_id": "c81cdd17-3f59-4f43-8484-b25a0e2e5e36",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "She Hangs Brightly",
    "release_id": "d277c19d-71e9-4d70-892b-7a9fb1ff0b78",
    "release_group_id": "328f73a5-37d1-35cc-8538-f880f4f18520",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}