Information about plays

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

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

{
    "id": 3623250,
    "uri": "https://api.kexp.org/v2/plays/3623250/?format=api",
    "airdate": "2026-02-28T01:08:57-08:00",
    "show": 66048,
    "show_uri": "https://api.kexp.org/v2/shows/66048/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Knowing",
    "track_id": null,
    "recording_id": null,
    "artist": "Crystalline Stricture",
    "artist_ids": [
        "b4c4af28-595a-46b5-b599-0ccac3973d37"
    ],
    "album": "SINGLE",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://crystallinestricture.bandcamp.com/track/this-knowing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}