Information about plays

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

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

{
    "id": 3572299,
    "uri": "https://api.kexp.org/v2/plays/3572299/?format=api",
    "airdate": "2025-10-31T17:42:16-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "https://coverartarchive.org/release/281cf8ac-c635-4b0a-afa6-dae8ded1d16e/18899640171-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/281cf8ac-c635-4b0a-afa6-dae8ded1d16e/18899640171-250.jpg",
    "song": "Night on Disco Mountain",
    "track_id": null,
    "recording_id": "bc605b87-fd5f-4ea7-bb7b-9597110b21f3",
    "artist": "David Shire",
    "artist_ids": [
        "b2283bca-ced1-4856-9cc6-a94b271062f5"
    ],
    "album": "Saturday Night Fever: The Original Movie Sound Track",
    "release_id": null,
    "release_group_id": "6e9a06a8-c8bb-3ea9-877a-417e74bb1c2e",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the 1867 \"Night on Bald Mountain\" for the Saturday Night Fever soundtrack. This song was also sampled by Justice in \"Stress\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}