Information about plays

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

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

{
    "id": 3628684,
    "uri": "https://api.kexp.org/v2/plays/3628684/?format=api",
    "airdate": "2026-03-14T06:37:07-07:00",
    "show": 66176,
    "show_uri": "https://api.kexp.org/v2/shows/66176/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-db74bc1c-add5-46dc-9251-0fcd3c4d8dbc/mbid-db74bc1c-add5-46dc-9251-0fcd3c4d8dbc-4250744326_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-db74bc1c-add5-46dc-9251-0fcd3c4d8dbc/mbid-db74bc1c-add5-46dc-9251-0fcd3c4d8dbc-4250744326_thumb250.jpg",
    "song": "Girls & Boys",
    "track_id": "a8dc460e-ab12-41b1-bc1d-5b89c6499e4b",
    "recording_id": "fc291e06-d889-4555-befe-c90cdcab7210",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48",
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Parade: Music From the Motion Picture Under the Cherry Moon",
    "release_id": "ba3166ea-5a20-4701-837a-a8d8ae4b2603",
    "release_group_id": "8c20e5ba-1418-393e-a946-b6525fa3a94a",
    "labels": [
        "Warner Bros. Records",
        "Paisley Park"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1986-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}