Information about plays

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

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

{
    "id": 3595510,
    "uri": "https://api.kexp.org/v2/plays/3595510/?format=api",
    "airdate": "2025-12-24T19:57:04-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "고요한 밤",
    "track_id": null,
    "recording_id": "930e5d99-ae2e-4ff9-a896-deff7e60d393",
    "artist": "히파이브",
    "artist_ids": [
        "c0391f77-743f-405c-85dd-f7e7360f9934"
    ],
    "album": "Merry Christmas 싸이키데릭 사운드",
    "release_id": null,
    "release_group_id": "dff4bb06-3775-4603-9ff8-c4925451520c",
    "labels": [
        "Universal Record Co."
    ],
    "label_ids": [
        "4cf8d26e-f223-420b-ac56-195a7e6254cd"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A \"Jingle Bells\" \"In-A-Gadda-Da-Vida mash\" up by South Korean psych legends He 5.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}