Information about plays

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

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

{
    "id": 3596900,
    "uri": "https://api.kexp.org/v2/plays/3596900/?format=api",
    "airdate": "2025-12-27T20:54:42-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "https://ia801203.us.archive.org/22/items/mbid-03f114c6-d7c8-49b0-813a-781f7dff2026/mbid-03f114c6-d7c8-49b0-813a-781f7dff2026-41625757955_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/22/items/mbid-03f114c6-d7c8-49b0-813a-781f7dff2026/mbid-03f114c6-d7c8-49b0-813a-781f7dff2026-41625757955_thumb250.jpg",
    "song": "Sukka",
    "track_id": "434a9862-bafd-45e8-874b-fa966db8e5b5",
    "recording_id": "6e30daa2-0e1e-45ac-9ea6-1d3a37091514",
    "artist": "The Maya Experience",
    "artist_ids": [
        "1d750b8b-b73f-4ecc-9381-1c4cc93cd604"
    ],
    "album": "Are You Influenced",
    "release_id": "03f114c6-d7c8-49b0-813a-781f7dff2026",
    "release_group_id": "b0462100-0564-41d3-a326-9038fcba91b7",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's The Maya Experience features Maya Marie fronting, Len Cochran on bass, and David Cubine on drums.\nGo here to purchase their April release, \"Are You Influenced\": https://themayaexperience.bandcamp.com/album/are-you-influenced",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}