Information about plays

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

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

{
    "id": 3595326,
    "uri": "https://api.kexp.org/v2/plays/3595326/?format=api",
    "airdate": "2025-12-24T10:53:48-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "https://coverartarchive.org/release/9df1e9a0-8407-422d-8538-6361621096d1/1021319726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9df1e9a0-8407-422d-8538-6361621096d1/1021319726-250.jpg",
    "song": "Christmas Song",
    "track_id": null,
    "recording_id": "32cc1e2e-fdbf-4540-ad2a-0825c384ce05",
    "artist": "Bruce Cockburn",
    "artist_ids": [
        "254b70d3-4aec-4c64-ac95-b13a1dbb30cb"
    ],
    "album": "Salt, Sun and Time",
    "release_id": null,
    "release_group_id": "f13f7bb7-94bf-3630-8b3b-27cbe824da29",
    "labels": [
        "True North Records"
    ],
    "label_ids": [
        "bbbd6846-f46c-48b1-997a-1ba69b21e44e"
    ],
    "release_date": "1974-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}