Information about plays

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

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

{
    "id": 3640937,
    "uri": "https://api.kexp.org/v2/plays/3640937/?format=api",
    "airdate": "2026-04-11T21:42:14-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/64ab4d5c-6e20-4a9f-b37d-e0678ddb8cfb/42401457646-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64ab4d5c-6e20-4a9f-b37d-e0678ddb8cfb/42401457646-250.jpg",
    "song": "Dial M",
    "track_id": null,
    "recording_id": "bcf57ddf-ca7c-4a34-93b6-e625e1f61777",
    "artist": "Actuators",
    "artist_ids": [
        "c211982f-4b17-45f8-8765-1b478e3ddaef"
    ],
    "album": "Actuators",
    "release_id": null,
    "release_group_id": "8111a4a4-a071-4229-b18c-14b0d3dcccac",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2025-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin Tx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}