Information about plays

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

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

{
    "id": 3628577,
    "uri": "https://api.kexp.org/v2/plays/3628577/?format=api",
    "airdate": "2026-03-14T00:30:11-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://dn710800.ca.archive.org/0/items/mbid-c8380311-1753-40df-bfe6-708d4632366c/mbid-c8380311-1753-40df-bfe6-708d4632366c-21099429495_thumb500.jpg",
    "thumbnail_uri": "https://dn710800.ca.archive.org/0/items/mbid-c8380311-1753-40df-bfe6-708d4632366c/mbid-c8380311-1753-40df-bfe6-708d4632366c-21099429495_thumb250.jpg",
    "song": "I Reality",
    "track_id": "d786ed7b-f6d5-48e9-ae90-83c2ba094824",
    "recording_id": "8e354fbc-3372-4318-b79e-f936e219c25d",
    "artist": "Beyond Reality",
    "artist_ids": [
        "62ef55de-fc0d-4f23-af72-b39516a01d57"
    ],
    "album": "Word Sound Power",
    "release_id": "c8380311-1753-40df-bfe6-708d4632366c",
    "release_group_id": "296f5716-6cff-476f-b033-9063a36cd74b",
    "labels": [
        "Jasiri Media Group"
    ],
    "label_ids": [
        "2a7c4c64-9bb1-41fb-9032-f43117b82987"
    ],
    "release_date": "1999-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}