Information about plays

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

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

{
    "id": 3634721,
    "uri": "https://api.kexp.org/v2/plays/3634721/?format=api",
    "airdate": "2026-03-28T16:55:44-07:00",
    "show": 66304,
    "show_uri": "https://api.kexp.org/v2/shows/66304/?format=api",
    "image_uri": "https://dn711202.ca.archive.org/0/items/mbid-2bb1f14a-893d-3392-839e-79838118213c/mbid-2bb1f14a-893d-3392-839e-79838118213c-6557357686_thumb500.jpg",
    "thumbnail_uri": "https://dn711202.ca.archive.org/0/items/mbid-2bb1f14a-893d-3392-839e-79838118213c/mbid-2bb1f14a-893d-3392-839e-79838118213c-6557357686_thumb250.jpg",
    "song": "Wrong",
    "track_id": "d79b4916-c952-3dad-a4d0-ba02036ec422",
    "recording_id": "1ff343f8-5443-4127-85ba-89eea5fc3475",
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Walking Wounded",
    "release_id": "2bb1f14a-893d-3392-839e-79838118213c",
    "release_group_id": "d49f838a-5a6e-3f28-8984-269fc40a8a3c",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}