Information about plays

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

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

{
    "id": 3593655,
    "uri": "https://api.kexp.org/v2/plays/3593655/?format=api",
    "airdate": "2025-12-20T20:24:37-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://coverartarchive.org/release/29ce8fc1-fcc0-4ae9-971a-265afe3f7ff7/11598045634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29ce8fc1-fcc0-4ae9-971a-265afe3f7ff7/11598045634-250.jpg",
    "song": "Wonderful Christmastime",
    "track_id": null,
    "recording_id": "bd731c12-1187-46da-9a71-f6563f8e3248",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Christmas Rules",
    "release_id": null,
    "release_group_id": "004e7960-f184-4e94-97df-9a4a9517a8ff",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-10-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}