Information about plays

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

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

{
    "id": 3622267,
    "uri": "https://api.kexp.org/v2/plays/3622267/?format=api",
    "airdate": "2026-02-25T20:16:25-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dim Pop",
    "track_id": null,
    "recording_id": null,
    "artist": "Mong Tong 夢東",
    "artist_ids": [],
    "album": "Dim Pop",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PFR Records"
    ],
    "label_ids": [],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Whether in headphones or on stage, Mong Tong’s sound invites listeners into a surreal ritual of groove, atmosphere, and collective imagination.\"\n\nMong Tong - Full Performance (Live on KEXP) - https://www.youtube.com/watch?v=KDoqRY-gAG8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}