Information about plays

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

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

{
    "id": 3641763,
    "uri": "https://api.kexp.org/v2/plays/3641763/?format=api",
    "airdate": "2026-04-14T01:00:47-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "About Where It's At",
    "track_id": null,
    "recording_id": null,
    "artist": "Will Long",
    "artist_ids": [
        "68cf3322-3d58-44b1-a844-fcec6a4acb52"
    ],
    "album": "Long Trax 5",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to the Overnight! Settling in with a loooong chiller from Will Long\n\nhttps://will-long.bandcamp.com/album/long-trax-5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}