Information about plays

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

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

{
    "id": 3526155,
    "uri": "https://api.kexp.org/v2/plays/3526155/?format=api",
    "airdate": "2025-07-12T21:26:00-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "https://ia903208.us.archive.org/27/items/mbid-dd7a110a-b23c-4bf7-9a16-da28ecb861db/mbid-dd7a110a-b23c-4bf7-9a16-da28ecb861db-3898314304_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/27/items/mbid-dd7a110a-b23c-4bf7-9a16-da28ecb861db/mbid-dd7a110a-b23c-4bf7-9a16-da28ecb861db-3898314304_thumb250.jpg",
    "song": "Pumping (My Heart)",
    "track_id": "fb1f2285-8d43-34ba-a73f-14b28d76abc7",
    "recording_id": "d1f9db50-b399-4651-a676-cc3450f4b760",
    "artist": "Patti Smith Group",
    "artist_ids": [
        "26638df8-ef34-40d1-8d93-616836b72878"
    ],
    "album": "Radio Ethiopia",
    "release_id": "75334c20-9722-4c43-88c5-b6840e2f4bf5",
    "release_group_id": "eb233fd7-0ae3-38c7-b8c2-61f21bc84a35",
    "labels": [
        "Arista",
        "BMG"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33",
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Patti Smith will be performing at:\n\n- The Paramount Theater in Seattle on November 10th\n - The Fox Theater in Oakland on November 12th.\n- The Masonic in San Francisco on November 13th\n\nhttps://www.pattismith.net/intro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}