Information about plays

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

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

{
    "id": 3591777,
    "uri": "https://api.kexp.org/v2/plays/3591777/?format=api",
    "airdate": "2025-12-16T07:30:34-08:00",
    "show": 65393,
    "show_uri": "https://api.kexp.org/v2/shows/65393/?format=api",
    "image_uri": "https://ia803102.us.archive.org/4/items/mbid-83842ef0-45f7-3c39-bcb9-57839bb9505a/mbid-83842ef0-45f7-3c39-bcb9-57839bb9505a-39752051558_thumb500.jpg",
    "thumbnail_uri": "https://ia803102.us.archive.org/4/items/mbid-83842ef0-45f7-3c39-bcb9-57839bb9505a/mbid-83842ef0-45f7-3c39-bcb9-57839bb9505a-39752051558_thumb250.jpg",
    "song": "Ship of Fools",
    "track_id": "5b78cdc1-3520-3eb0-b8b9-c5f32911ff17",
    "recording_id": "f6e102d0-29e7-4c5f-bbdc-d407053e3cac",
    "artist": "World Party",
    "artist_ids": [
        "f7691e08-2824-4e40-b126-4e4a20675036"
    ],
    "album": "Private Revolution",
    "release_id": "83842ef0-45f7-3c39-bcb9-57839bb9505a",
    "release_group_id": "8a6b4c17-51bf-3f14-884b-bfa1dd79195d",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karl Wallinger, formerly of The Waterboys... doesn't explicitly mention Thatcher, but warns that the rampant materialism of the era will backfire on the greedy, as well as the poor souls along for the ride on the Ship of Fools. https://www.songfacts.com/facts/world-party/ship-of-fools",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}