Information about plays

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

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

{
    "id": 3641416,
    "uri": "https://api.kexp.org/v2/plays/3641416/?format=api",
    "airdate": "2026-04-13T03:39:31-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://dn721301.ca.archive.org/0/items/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8-20371444491_thumb500.jpg",
    "thumbnail_uri": "https://dn721301.ca.archive.org/0/items/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8-20371444491_thumb250.jpg",
    "song": "Wonderland",
    "track_id": "70677162-013e-3a96-a41a-50c9f43b0218",
    "recording_id": "73cf22a9-e47d-4755-bc2a-f968c0f87040",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Mummer",
    "release_id": "fd4b43ef-36d6-4aa6-a893-fc2198c59eb8",
    "release_group_id": "bb2cab31-fa60-3f3a-b116-9e32a395276d",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}