Information about plays

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

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

{
    "id": 3580354,
    "uri": "https://api.kexp.org/v2/plays/3580354/?format=api",
    "airdate": "2025-11-19T19:50:00-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "MIEN is John Mark Lapham of the Earlies, Montreal-based Rishi Dhir of Elephant Stone, singer Alex Maas of Black Angels and keyboard player Tom Furse of The Horrors.\nWatch their most recent Live on KEXP session here: https://www.youtube.com/watch?v=lFNMEorKihw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}