Information about plays

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

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

{
    "id": 3583516,
    "uri": "https://api.kexp.org/v2/plays/3583516/?format=api",
    "airdate": "2025-11-27T04:29:29-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wonderful World, Beautiful People",
    "track_id": null,
    "recording_id": "d0032f7f-395c-4a4e-93ee-c01524e9e694",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "Wonderful World",
    "release_id": null,
    "release_group_id": "7609837f-dd2c-441d-bd03-7d1e69d45505",
    "labels": [
        "Digimode Entertainment Ltd."
    ],
    "label_ids": [
        "697df50b-1aa5-4a6c-b482-d5a797acbf34"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Jimmy Cliff, who introduced reggae to a global audience, who has died at age 81: www.nytimes.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}