Information about plays

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

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

{
    "id": 3633962,
    "uri": "https://api.kexp.org/v2/plays/3633962/?format=api",
    "airdate": "2026-03-26T17:06:28-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "https://dn711006.ca.archive.org/0/items/mbid-40bc1a40-0d0e-4b1a-9e2b-39e36167e325/mbid-40bc1a40-0d0e-4b1a-9e2b-39e36167e325-12968741596_thumb500.jpg",
    "thumbnail_uri": "https://dn711006.ca.archive.org/0/items/mbid-40bc1a40-0d0e-4b1a-9e2b-39e36167e325/mbid-40bc1a40-0d0e-4b1a-9e2b-39e36167e325-12968741596_thumb250.jpg",
    "song": "For What It's Worth",
    "track_id": "985b9815-89e1-403e-8338-d4460b189556",
    "recording_id": "3f982453-5c6f-46ea-9f0c-e6122706b8c2",
    "artist": "Buffalo Springfield",
    "artist_ids": [
        "22dc19af-d085-4c9b-adfb-22ec256251f1"
    ],
    "album": "Buffalo Springfield Box Set",
    "release_id": "40bc1a40-0d0e-4b1a-9e2b-39e36167e325",
    "release_group_id": "9166f385-c261-32f5-83bb-5b70efd344c7",
    "labels": [
        "Rhino",
        "Elektra Entertainment",
        "ATCO Records"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d",
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original song, inspired by the Sunset Strip curfew riots in Los Angeles, but its message resonated with a much broader audience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}