Information about plays

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

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

{
    "id": 3547735,
    "uri": "https://api.kexp.org/v2/plays/3547735/?format=api",
    "airdate": "2025-09-01T22:25:26-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://ia600909.us.archive.org/0/items/mbid-34475734-dc2e-446b-9993-763365d77916/mbid-34475734-dc2e-446b-9993-763365d77916-42640592000_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-34475734-dc2e-446b-9993-763365d77916/mbid-34475734-dc2e-446b-9993-763365d77916-42640592000_thumb250.jpg",
    "song": "Yes",
    "track_id": "0bffe0a2-af35-44a6-b1d8-ccce58ac6242",
    "recording_id": "b3deb642-5582-4052-85bf-bfe3851f6a4b",
    "artist": "Laura Groves",
    "artist_ids": [
        "7ebd27c7-e4e9-43f7-99aa-e420b48b4973"
    ],
    "album": "Yes",
    "release_id": "34475734-dc2e-446b-9993-763365d77916",
    "release_group_id": "e110379a-fb7d-41b2-b2ae-46d84aff71e9",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2025-08-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes - https://lauragroves.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}