Information about plays

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

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

{
    "id": 3587939,
    "uri": "https://api.kexp.org/v2/plays/3587939/?format=api",
    "airdate": "2025-12-07T06:40:28-08:00",
    "show": 65312,
    "show_uri": "https://api.kexp.org/v2/shows/65312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Temporary Exposure",
    "track_id": null,
    "recording_id": null,
    "artist": "Morning Haze",
    "artist_ids": [
        "8810ab5d-89c4-488c-8607-d6e0efb1f433"
    ],
    "album": "Room With A View",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Echoes in the Valley"
    ],
    "label_ids": [
        "d26bc47b-e853-4c7d-abc5-c426c03680e2"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a ne EP from Belluno, Italy-based ambient musician Morning Haze ~ https://morninghaze.bandcamp.com/album/room-with-a-view",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}