Information about plays

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

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

{
    "id": 3667116,
    "uri": "https://api.kexp.org/v2/plays/3667116/?format=api",
    "airdate": "2026-06-12T23:38:36-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/47055e8b-a7c7-4115-9c42-7510b12c74bc/42710717805-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47055e8b-a7c7-4115-9c42-7510b12c74bc/42710717805-250.jpg",
    "song": "Armani Section",
    "track_id": null,
    "recording_id": "5284fa37-e858-4fd3-9824-cc420a6988b9",
    "artist": "DJ Premier & Roc Marciano",
    "artist_ids": [
        "084e06f5-3c82-4b71-bd94-dd69e7bd515e",
        "9b14ef6d-119b-47b8-9d06-fc72901451e2"
    ],
    "album": "The Coldest Profession",
    "release_id": null,
    "release_group_id": "1ebb9d02-5c90-4cc7-bd1f-746183ff9c77",
    "labels": [
        "TTT"
    ],
    "label_ids": [
        "59e23f98-fceb-485e-854a-89173424e398"
    ],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}