Information about plays

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

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

{
    "id": 3620685,
    "uri": "https://api.kexp.org/v2/plays/3620685/?format=api",
    "airdate": "2026-02-22T05:20:34-08:00",
    "show": 65999,
    "show_uri": "https://api.kexp.org/v2/shows/65999/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-637d7b6e-34a3-4bdb-8505-fb1dae30afc3/mbid-637d7b6e-34a3-4bdb-8505-fb1dae30afc3-32604425923_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-637d7b6e-34a3-4bdb-8505-fb1dae30afc3/mbid-637d7b6e-34a3-4bdb-8505-fb1dae30afc3-32604425923_thumb250.jpg",
    "song": "Watching Evil Empires Fall Apart",
    "track_id": "53133606-df7c-319a-8ca2-90f11af1eed1",
    "recording_id": "496b91d1-0f85-4bff-a5f4-b60ea865e388",
    "artist": "Electric Six",
    "artist_ids": [
        "54b0584e-4e5e-4976-80d4-eea7a82a7213"
    ],
    "album": "Flashy",
    "release_id": "637d7b6e-34a3-4bdb-8505-fb1dae30afc3",
    "release_group_id": "2f89949f-f8e9-37c7-a461-ba1d95546b7a",
    "labels": [
        "Metropolis Records"
    ],
    "label_ids": [
        "55305fee-ba51-4dd5-afee-73c242b8046b"
    ],
    "release_date": "2008-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}