Information about plays

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

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

{
    "id": 3641001,
    "uri": "https://api.kexp.org/v2/plays/3641001/?format=api",
    "airdate": "2026-04-12T01:02:01-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vino verso",
    "track_id": null,
    "recording_id": "6894fd08-81a1-472e-9a66-7df0cce738ef",
    "artist": "Oranssi Pazuzu",
    "artist_ids": [
        "e9d2cdf6-d485-4074-9a53-9990c9a4d8b1"
    ],
    "album": "Valonielu",
    "release_id": null,
    "release_group_id": "e56df754-9c32-4a8e-b88b-1e81adcbd359",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2013-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Finland, Oranssi Pazuzu is known for blending black metal with psychedelic rock and krautrock to create a \"cosmic\" and hypnotic atmosphere. The track \"Vino verso\" (Finnish for \"Askew Sprout\") highlights their experimental approach, using repetitive rhythms and synth-heavy layers. They will be performing on Friday, May 8 at NWTF.  https://northwestterrorfest.com/ https://oranssipazuzu.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}