Information about plays

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

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

{
    "id": 3602667,
    "uri": "https://api.kexp.org/v2/plays/3602667/?format=api",
    "airdate": "2026-01-10T13:24:27-08:00",
    "show": 65615,
    "show_uri": "https://api.kexp.org/v2/shows/65615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nite Flights",
    "track_id": "b91d24ed-d8a2-33f3-ba4f-d3668308e3b0",
    "recording_id": "5cf6a592-17ad-47d3-918b-aae1c56c9918",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Black Tie White Noise",
    "release_id": "d18dfc90-1575-3f45-ac16-2ff44674a5c5",
    "release_group_id": "f5cc15ea-67a8-3c6b-9887-d45ae13a3156",
    "labels": [
        "Savage Music"
    ],
    "label_ids": [
        "d3d2c630-354e-48d2-beb7-291364628b89"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is David Bowie's cover of the song by Scott Walker (Scott Engel). Here's an extensive discussion of the song and the relationship between Bowie and Walker.: https://bowiesongs.wordpress.com/2012/11/14/nite-flights/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}