Information about plays

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

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

{
    "id": 3593633,
    "uri": "https://api.kexp.org/v2/plays/3593633/?format=api",
    "airdate": "2025-12-20T19:47:04-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": "Señor Santa (Mister Santa)",
    "track_id": null,
    "recording_id": "cf38ce81-cc8b-47ff-8377-a9b5c3009a20",
    "artist": "Y La Bamba",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3"
    ],
    "album": "Christmas Rules",
    "release_id": null,
    "release_group_id": "004e7960-f184-4e94-97df-9a4a9517a8ff",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2012-10-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A fun fact about the band Y La Bamba is that the band's name and music are a direct reflection of lead singer Luz Elena Mendoza Ramos's deep dive into her Mexican American and Chicanx identity, using the traditional Mexican folk song and dance as a powerful symbol of connection to her roots and a vehicle for personal storytelling. https://ylabambamusic.com/info",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}