Information about plays

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

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

{
    "id": 3608735,
    "uri": "https://api.kexp.org/v2/plays/3608735/?format=api",
    "airdate": "2026-01-24T23:17:26-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "https://coverartarchive.org/release/fec888ca-92ba-4a03-8041-436cb3d4bd06/42029535049-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fec888ca-92ba-4a03-8041-436cb3d4bd06/42029535049-250.jpg",
    "song": "Protest and Survive",
    "track_id": null,
    "recording_id": "2ecdc5d4-2d93-4c1c-8417-0834597e2345",
    "artist": "Discharge",
    "artist_ids": [
        "0c9bfbdc-4e64-497d-bf80-5c891e6766a3"
    ],
    "album": "Hear Nothing See Nothing Say Nothing",
    "release_id": null,
    "release_group_id": "ee0a4f40-7619-3acb-9584-6afbf6040bb9",
    "labels": [
        "Clay Records"
    ],
    "label_ids": [
        "5c3b3904-29a5-4f0e-95e7-7e0ad42be7e7"
    ],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Chris K in NYC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}