Information about plays

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

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

{
    "id": 3641102,
    "uri": "https://api.kexp.org/v2/plays/3641102/?format=api",
    "airdate": "2026-04-12T07:27:55-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dusk",
    "track_id": null,
    "recording_id": "2fde04d0-cf28-4ce0-a62b-efcf48d70bc6",
    "artist": "Discovery Zone",
    "artist_ids": [
        "62c4248e-07a3-4215-8a8d-2255aae9094b"
    ],
    "album": "Library Copy Do Not Remove",
    "release_id": null,
    "release_group_id": "13fc69a2-4b99-4ca8-8085-6bb020de249d",
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single to the amazing forthcoming release from Discovery Zone, the alias of musician/filmmaker JJ Weihl ~ https://discoveryzone1.bandcamp.com/album/library-copy-do-not-remove",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}