Information about plays

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

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

{
    "id": 3574735,
    "uri": "https://api.kexp.org/v2/plays/3574735/?format=api",
    "airdate": "2025-11-06T13:14:56-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cucumber Slumber",
    "track_id": null,
    "recording_id": "853cfd6c-a456-419f-b5a1-bd0ef6dff60e",
    "artist": "Weather Report",
    "artist_ids": [
        "0f9997bd-e079-429e-8ccd-9378c9b0c746"
    ],
    "album": "Mysterious Traveller",
    "release_id": null,
    "release_group_id": "5d64be82-1cd8-3ffb-8ea9-0b3749e772f2",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Wayne Shorter on saxophone on this song from jazz fusion band Weather Report. This song was written by keyboardist Joe Zawinul and bassist Alphonos Johnson.\n--\nDid you know that \"Cucumber Slumber\" has the celebrated Alphonso Johnson bass line that was sampled without permission by MC 900ft Jesus on the track “Truth Is Out Of Style”?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}