Information about plays

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

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

{
    "id": 3596568,
    "uri": "https://api.kexp.org/v2/plays/3596568/?format=api",
    "airdate": "2025-12-27T03:38:50-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Computer Love (instrumental)",
    "track_id": "0717d7e0-b633-42aa-8e52-45094d9b4729",
    "recording_id": "24f2b2cf-4b5a-416e-b00e-24eb04bb16aa",
    "artist": "Bazaazal",
    "artist_ids": [
        "2c682bbd-cada-4660-8636-165d48c92e6e"
    ],
    "album": "Computer Love",
    "release_id": "6c20683e-bab6-4b46-bbf2-31555f8a134f",
    "release_group_id": "b331ab06-18f9-442e-bf0d-4fc455640a3d",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2025-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}