Information about plays

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

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

{
    "id": 3595967,
    "uri": "https://api.kexp.org/v2/plays/3595967/?format=api",
    "airdate": "2025-12-25T18:52:46-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dept. Store Santa Claus Strike",
    "track_id": "69d5d7d7-95f4-3e83-a45f-1d0306441af9",
    "recording_id": "e37b7990-cc26-408f-b9df-59dcac66b9c0",
    "artist": "5 Chinese Brothers",
    "artist_ids": [
        "ebb70f27-ef24-47dc-a6d0-ccfde1f9e948"
    ],
    "album": "A Window Shopper's Christmas",
    "release_id": "b0cae2fe-3ab9-4e64-aaf4-53f50b71ea09",
    "release_group_id": "9307b1b4-0270-3b9f-b402-539ea0db35ad",
    "labels": [
        "Prime CD"
    ],
    "label_ids": [
        "941f0941-7a00-4244-93fa-51fc0a30f85c"
    ],
    "release_date": "1997-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}