Information about plays

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

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

{
    "id": 3639237,
    "uri": "https://api.kexp.org/v2/plays/3639237/?format=api",
    "airdate": "2026-04-08T00:03:53-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "passionate enough",
    "track_id": null,
    "recording_id": null,
    "artist": "glass egg",
    "artist_ids": [
        "75002c06-1921-4d5c-a0b3-20a091eaae24"
    ],
    "album": "passionate enough",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-10",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the Seattle group out this Friday! https://glassegg.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}