Information about plays

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

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

{
    "id": 3665255,
    "uri": "https://api.kexp.org/v2/plays/3665255/?format=api",
    "airdate": "2026-06-08T06:55:50-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-036cfaf7-ba0c-4a73-8a8f-3c599fbfb817/mbid-036cfaf7-ba0c-4a73-8a8f-3c599fbfb817-25786984591_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-036cfaf7-ba0c-4a73-8a8f-3c599fbfb817/mbid-036cfaf7-ba0c-4a73-8a8f-3c599fbfb817-25786984591_thumb250.jpg",
    "song": "Seven O'Clock",
    "track_id": "0897f410-7564-459d-8a2e-cbdd500392ec",
    "recording_id": "bb78e44d-9332-41ce-8acc-501e2b4386e1",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Gigaton",
    "release_id": "c6752e1d-a89c-460e-968b-2992b6bed93b",
    "release_group_id": "076e2345-be1c-490d-a7ff-59a2dbd33867",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2020-03-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off Pearl Jam's 11th studio album and first in six and half years, Gigaton, which came out in 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}