Information about plays

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

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

{
    "id": 3588380,
    "uri": "https://api.kexp.org/v2/plays/3588380/?format=api",
    "airdate": "2025-12-08T06:05:02-08:00",
    "show": 65321,
    "show_uri": "https://api.kexp.org/v2/shows/65321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "YYZ",
    "track_id": "6c293369-e2cf-31fc-a4be-8fb972ad7576",
    "recording_id": "336acc6e-0f4a-4dae-8427-fe48aaa8984c",
    "artist": "Rush",
    "artist_ids": [
        "534ee493-bfac-4575-a44a-0ae41e2c3fe4"
    ],
    "album": "Moving Pictures",
    "release_id": "b0c87e09-5563-402e-a52d-2096e6d615fb",
    "release_group_id": "40e30dc1-55ac-33e1-85d3-1f1508140bfc",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "YYZ is the transmitter code for Toronto's Lester B. Pearson International Airport. \n\nEvery airport is assigned a unique 3 letter code, and that code is always being transmitted so that pilots can tell, roughly, where they are and verify that their navigational radios are tuned properly. These codes are also written on your luggage tags when you fly. The intro to the song is Morse code for \"YYZ.\"\n\nhttps://www.songfacts.com/facts/rush/yyz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}