Information about plays

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

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

{
    "id": 3595750,
    "uri": "https://api.kexp.org/v2/plays/3595750/?format=api",
    "airdate": "2025-12-25T07:54:40-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Yule",
    "track_id": "fbfd8d5e-0c3d-3f7b-b941-7bb393bb3cd2",
    "recording_id": "509bf2b0-4c20-40dd-bccb-17d4c1494479",
    "artist": "The Rebel Pebbles",
    "artist_ids": [
        "a21b4b48-b7f2-4468-8f99-0c29ad087e76"
    ],
    "album": "Just in Time for Christmas",
    "release_id": "ac0c110d-1686-4e57-a2d8-a5a628435eff",
    "release_group_id": "2a7b1a61-ebd8-37f0-9db2-7f783361994d",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1990, the IRS Just in Time for Christmas album also features contributions from Squeeze, Reckless Sleepers, and many more. http://tinyurl.com/zxzxpz5r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}