Information about plays

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

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

{
    "id": 3639231,
    "uri": "https://api.kexp.org/v2/plays/3639231/?format=api",
    "airdate": "2026-04-07T23:43:56-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-2d410836-5add-3661-b0b0-168ba1696611/mbid-2d410836-5add-3661-b0b0-168ba1696611-2546761764_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-2d410836-5add-3661-b0b0-168ba1696611/mbid-2d410836-5add-3661-b0b0-168ba1696611-2546761764_thumb250.jpg",
    "song": "Heresy",
    "track_id": "a936c9c1-d614-3241-819a-b14537143873",
    "recording_id": "3c6e9da3-e16f-47e3-a5b8-bc16c04184e3",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Downward Spiral",
    "release_id": "2d410836-5add-3661-b0b0-168ba1696611",
    "release_group_id": "7c4cab8d-dead-3870-b501-93c90fd0a580",
    "labels": [
        "Island",
        "TVT Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1994-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}