Information about plays

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

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

{
    "id": 3548736,
    "uri": "https://api.kexp.org/v2/plays/3548736/?format=api",
    "airdate": "2025-09-04T06:44:02-07:00",
    "show": 64469,
    "show_uri": "https://api.kexp.org/v2/shows/64469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Lot of Good",
    "track_id": "c142e108-46ef-4465-9859-fdb41466c38e",
    "recording_id": "a79fd7db-aadd-4927-bf06-07d955a22a84",
    "artist": "Hex City",
    "artist_ids": [
        "90e217cd-5b7b-4746-8c67-d8caa365aa26"
    ],
    "album": "From the Ashes",
    "release_id": "22bea17c-7259-4c40-a414-4dcca1dd0b03",
    "release_group_id": "db547fed-437e-4c60-92a2-85d504c2a116",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle-based artist Hex City, AKA Micah Schlede.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}