Information about plays

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

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

{
    "id": 3602969,
    "uri": "https://api.kexp.org/v2/plays/3602969/?format=api",
    "airdate": "2026-01-11T07:14:20-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Resting Place",
    "track_id": null,
    "recording_id": null,
    "artist": "Kalaido",
    "artist_ids": [
        "6442075b-a91d-423b-9e56-afd8298382d9"
    ],
    "album": "In Praise of Shadows",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off the Portland-based, Bainbridge Island-raised producer's stellar chillout album ~ https://kalaido.bandcamp.com/album/in-praise-of-shadows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}