Information about plays

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

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

{
    "id": 3644384,
    "uri": "https://api.kexp.org/v2/plays/3644384/?format=api",
    "airdate": "2026-04-20T04:03:01-07:00",
    "show": 66502,
    "show_uri": "https://api.kexp.org/v2/shows/66502/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2a45a44-1326-4056-b266-e84c95ef787d/44759986008-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2a45a44-1326-4056-b266-e84c95ef787d/44759986008-250.jpg",
    "song": "When Angels Speak",
    "track_id": null,
    "recording_id": null,
    "artist": "Underground Resistance",
    "artist_ids": [],
    "album": "When There Is No Sun",
    "release_id": null,
    "release_group_id": "b3c5e6c7-f19f-4e66-a7b4-1a4067ba6b8e",
    "labels": [
        "Omni Sound"
    ],
    "label_ids": [
        "c21b6dfb-a7bc-43c0-adb0-528950d13772"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A+ new compilation on NYC label Omni Sound - https://omnisoundlabel.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}