Information about plays

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

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

{
    "id": 3637141,
    "uri": "https://api.kexp.org/v2/plays/3637141/?format=api",
    "airdate": "2026-04-03T04:41:18-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-f9385b88-4acb-456d-b9be-26a1a18e04be/mbid-f9385b88-4acb-456d-b9be-26a1a18e04be-39940997052_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-f9385b88-4acb-456d-b9be-26a1a18e04be/mbid-f9385b88-4acb-456d-b9be-26a1a18e04be-39940997052_thumb250.jpg",
    "song": "Polite Dance Song",
    "track_id": "9f9bcc88-3ae6-40e3-9baf-768678eefb06",
    "recording_id": "5702b32a-4f44-4352-96da-fa2a80006800",
    "artist": "The Bird and the Bee",
    "artist_ids": [
        "d08b66b4-8950-439f-bd8e-2dd78dbd7a5f"
    ],
    "album": "Please Clap Your Hands",
    "release_id": "9a3e7b6d-5d33-4049-a7ce-f071631e1737",
    "release_group_id": "068384ad-7d03-36d3-a956-1f8911d1bcc0",
    "labels": [
        "Metro Blue"
    ],
    "label_ids": [
        "1e86b52b-5c23-4189-b753-951a119b4f61"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bird and the Bee is an American indie pop musical duo from Los Angeles, consisting of Inara George and Greg Kurstin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}