Information about plays

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

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

{
    "id": 3635564,
    "uri": "https://api.kexp.org/v2/plays/3635564/?format=api",
    "airdate": "2026-03-30T11:12:03-07:00",
    "show": 66321,
    "show_uri": "https://api.kexp.org/v2/shows/66321/?format=api",
    "image_uri": "https://ia601804.us.archive.org/27/items/mbid-19e4f6cc-ca0c-4897-8dfc-a36914b7f998/mbid-19e4f6cc-ca0c-4897-8dfc-a36914b7f998-25720993837_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-19e4f6cc-ca0c-4897-8dfc-a36914b7f998/mbid-19e4f6cc-ca0c-4897-8dfc-a36914b7f998-25720993837_thumb250.jpg",
    "song": "Blinding Lights",
    "track_id": "2d6a1f8a-afa7-4213-8bc8-8be3fa2f9a7a",
    "recording_id": "1a67e215-a19e-40c9-9b12-732de134bf5f",
    "artist": "The Weeknd",
    "artist_ids": [
        "c8b03190-306c-4120-bb0b-6f2ebfc06ea9"
    ],
    "album": "After Hours",
    "release_id": "9dc40065-0b55-4a76-92e3-2dd6ee930d55",
    "release_group_id": "78570bea-2a26-467c-a3db-c52723ceb394",
    "labels": [
        "Republic Records",
        "XO"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca",
        "6b3c36b0-2c44-4f6b-b490-d4c69fa2b80f"
    ],
    "release_date": "2020-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song won Video of the Year at the 2020 MTV Video Music Awards. At the socially distanced ceremony, The Weeknd performed the song from the observation deck at the Edge building in New York City in an elaborate production number with a helicopter, fireworks, and \"blinding\" spotlights.\n\n https://www.theweeknd.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}