Information about plays

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

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

{
    "id": 3593713,
    "uri": "https://api.kexp.org/v2/plays/3593713/?format=api",
    "airdate": "2025-12-20T22:37:17-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus is Real, Global Warming's Fake",
    "track_id": null,
    "recording_id": "e13bb2ca-7c8d-4723-b356-92236d440b88",
    "artist": "Secret Clubhouse",
    "artist_ids": [
        "93a8e68a-8518-4c61-a298-e35080f61efe"
    ],
    "album": "Secret Christmas",
    "release_id": null,
    "release_group_id": "389a3ddf-1300-447a-91c2-3104e153e97b",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2020-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacramento, CA https://secretclubhouse.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}