Information about plays

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

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

{
    "id": 3625555,
    "uri": "https://api.kexp.org/v2/plays/3625555/?format=api",
    "airdate": "2026-03-05T08:43:11-08:00",
    "show": 66096,
    "show_uri": "https://api.kexp.org/v2/shows/66096/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7-7653507218_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7/mbid-58462c1e-8a0f-4534-a83e-565f36d224e7-7653507218_thumb250.jpg",
    "song": "Plainsong",
    "track_id": "742bdd8e-c025-3aae-a8ee-92148a9a6db5",
    "recording_id": "55f45d6c-3c8f-4504-9cd8-fdbb8a7522bb",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "58462c1e-8a0f-4534-a83e-565f36d224e7",
    "release_group_id": "494bf606-d2f7-36d0-8340-eadad8601d2b",
    "labels": [
        "Asylum Records",
        "Elektra"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1989-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The key is C major, the simplest and probably most optimistic-sounding key there is.\": https://neverletmedown.wordpress.com/2011/10/01/plainsong-a-brief-analysis/ \n---\n Don't miss this gorgeous live performance of \"Plainsong\" at the Sydney Opera House in 2019: https://www.youtube.com/watch?v=xpL_TF_GPng",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}