Information about plays

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

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

{
    "id": 3622819,
    "uri": "https://api.kexp.org/v2/plays/3622819/?format=api",
    "airdate": "2026-02-27T02:07:41-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wu‐Tang",
    "track_id": "c7ba4876-8d33-452f-868a-1364d25c430c",
    "recording_id": "08584296-9f54-49d7-bdfd-5468e2538b42",
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Wu-Tang",
    "release_id": "06d9fe42-66d3-457d-b1a8-efeb91ecb9a0",
    "release_group_id": "da87e6bd-9c27-4030-a9b4-a94e02ed9e4a",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}