Information about plays

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

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

{
    "id": 3593600,
    "uri": "https://api.kexp.org/v2/plays/3593600/?format=api",
    "airdate": "2025-12-20T18:54:12-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Sleep (It's Christmas Time)",
    "track_id": null,
    "recording_id": "7764b065-9977-4ebd-9d6b-89b2343b15b1",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pearl Jam's \"Let Me Sleep (It's Christmas Time)\" is the band's first song in their annual tradition of releasing exclusive vinyl Christmas singles for their fan club (Ten Club). It was released with the B-side \"Ramblings\" as the 1991 holiday single.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}