Information about plays

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

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

{
    "id": 3593912,
    "uri": "https://api.kexp.org/v2/plays/3593912/?format=api",
    "airdate": "2025-12-21T07:54:14-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold",
    "track_id": null,
    "recording_id": "fc04196d-b665-4ea6-8239-0407747b8dca",
    "artist": "Djrum",
    "artist_ids": [
        "ed19b934-f1a8-4b04-aa74-6f9033caed26"
    ],
    "album": "Under Tangled Silence",
    "release_id": null,
    "release_group_id": "d8b7c986-89bd-4da4-a0aa-2255ed65136b",
    "labels": [
        "Houndstooth"
    ],
    "label_ids": [
        "107c92d4-8fe3-4c06-beff-98540a321a68"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Short piece off the masterful new album from UK electronic musician Djrum ~ https://djrum.bandcamp.com/album/under-tangled-silence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}