Information about plays

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

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

{
    "id": 3575918,
    "uri": "https://api.kexp.org/v2/plays/3575918/?format=api",
    "airdate": "2025-11-09T07:06:30-08:00",
    "show": 65063,
    "show_uri": "https://api.kexp.org/v2/shows/65063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Is Left",
    "track_id": null,
    "recording_id": null,
    "artist": "Catherine Tang",
    "artist_ids": [],
    "album": "Where Do Your Dreams Fly?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Whitelabrecs"
    ],
    "label_ids": [
        "9ecf6a18-c45d-47cb-bbb3-dec6c35405a6"
    ],
    "release_date": "2025-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Early single off the forthcoming debut album from Basel, Switzerland-based composer Catherine Tang ~ https://whitelabrecs.bandcamp.com/album/where-do-your-dreams-fly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}