Information about plays

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

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

{
    "id": 3555643,
    "uri": "https://api.kexp.org/v2/plays/3555643/?format=api",
    "airdate": "2025-09-20T22:04:12-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "https://ia600501.us.archive.org/24/items/mbid-e9a58849-fec6-493f-b664-b2f57c450687/mbid-e9a58849-fec6-493f-b664-b2f57c450687-13889169524_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/24/items/mbid-e9a58849-fec6-493f-b664-b2f57c450687/mbid-e9a58849-fec6-493f-b664-b2f57c450687-13889169524_thumb250.jpg",
    "song": "Freakin Out",
    "track_id": "3aeac2f8-d302-3519-819d-17c80f9a2a75",
    "recording_id": "dd48d26b-243e-4cbb-a35a-c6b61423bc41",
    "artist": "Death",
    "artist_ids": [
        "5bddb294-e04c-4d8f-b9bb-e3b551802ae4"
    ],
    "album": "...for the Whole World to See",
    "release_id": "e9a58849-fec6-493f-b664-b2f57c450687",
    "release_group_id": "8cd7285a-7bea-3119-9083-c777f6063462",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2009-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "for Matt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}