Information about plays

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

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

{
    "id": 3588318,
    "uri": "https://api.kexp.org/v2/plays/3588318/?format=api",
    "airdate": "2025-12-08T01:40:20-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heritage Hum",
    "track_id": null,
    "recording_id": "9e018511-c02b-4cf3-a923-a2aaf71e200e",
    "artist": "Jimmy Heath",
    "artist_ids": [
        "29c8775b-49a7-4c5a-af85-478ff25a56bb"
    ],
    "album": "The Gap Sealer",
    "release_id": null,
    "release_group_id": "ba0c8b9f-b1c7-4d13-a269-45e02f3c0246",
    "labels": [
        "Cobblestone"
    ],
    "label_ids": [
        "066474f9-fad7-48dd-868f-04d8bb0a5253"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Heath family has a long lasting musical jazz rich heritage that bridges the modern to the past. Al \"Tootie' Heath on Drums, Mtume on percussion, Kenny Barron on Keys, and Bob Cranshaw on Bass",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}