Information about plays

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

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

{
    "id": 3548394,
    "uri": "https://api.kexp.org/v2/plays/3548394/?format=api",
    "airdate": "2025-09-03T11:32:40-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://ia600805.us.archive.org/34/items/mbid-b54dfbbd-1ea0-4d83-ab11-470c7dfece1f/mbid-b54dfbbd-1ea0-4d83-ab11-470c7dfece1f-41013979323_thumb500.jpg",
    "thumbnail_uri": "https://ia600805.us.archive.org/34/items/mbid-b54dfbbd-1ea0-4d83-ab11-470c7dfece1f/mbid-b54dfbbd-1ea0-4d83-ab11-470c7dfece1f-41013979323_thumb250.jpg",
    "song": "Empty Sun",
    "track_id": "02c6a5ab-be8b-49a8-b9cd-7b33e10f868b",
    "recording_id": "1eeac639-e7f8-4a07-914c-8ebf663c6230",
    "artist": "MIEN",
    "artist_ids": [
        "c4b41251-175d-4351-8fc9-f3b54250ead0"
    ],
    "album": "MIIEN",
    "release_id": "b54dfbbd-1ea0-4d83-ab11-470c7dfece1f",
    "release_group_id": "a48faaa5-17f6-42dd-a17f-dfbb97cd5166",
    "labels": [
        "Fuzz Club Records"
    ],
    "label_ids": [
        "dae6d83b-79b4-43d8-a517-bddbe9650d3b"
    ],
    "release_date": "2025-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}