Information about plays

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

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

{
    "id": 3640622,
    "uri": "https://api.kexp.org/v2/plays/3640622/?format=api",
    "airdate": "2026-04-11T06:27:17-07:00",
    "show": 66422,
    "show_uri": "https://api.kexp.org/v2/shows/66422/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-65738a42-78e2-35a8-b4cc-24f7c1ba160d/mbid-65738a42-78e2-35a8-b4cc-24f7c1ba160d-3839948532_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-65738a42-78e2-35a8-b4cc-24f7c1ba160d/mbid-65738a42-78e2-35a8-b4cc-24f7c1ba160d-3839948532_thumb250.jpg",
    "song": "Paradise Circus",
    "track_id": "4edd0e01-7f29-35c0-82e9-10b1ad5d5c10",
    "recording_id": "b350a371-25ea-410d-8c3e-c138503a7cee",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Heligoland",
    "release_id": "65738a42-78e2-35a8-b4cc-24f7c1ba160d",
    "release_group_id": "29a4c71c-2e7a-40e3-81d7-7960e8ec1bb1",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}