Information about plays

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

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

{
    "id": 3635485,
    "uri": "https://api.kexp.org/v2/plays/3635485/?format=api",
    "airdate": "2026-03-30T06:51:24-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://coverartarchive.org/release/117839b8-31db-4125-8899-df82c1cb24f8/6117890187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/117839b8-31db-4125-8899-df82c1cb24f8/6117890187-250.jpg",
    "song": "The Power of Love",
    "track_id": null,
    "recording_id": "21a1951e-b3e7-46b5-9d76-796db9f7509a",
    "artist": "Céline Dion",
    "artist_ids": [
        "847e8a0c-cc20-4213-9e16-975515c2a926"
    ],
    "album": "The Colour of My Love",
    "release_id": null,
    "release_group_id": "8c382a8b-8a02-3492-b881-f0fc4359ee83",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 58th Birthday to Céline Marie Claudette Dion CC OQ (Celine Dion), born on this day in 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}