Information about plays

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

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

{
    "id": 3543622,
    "uri": "https://api.kexp.org/v2/plays/3543622/?format=api",
    "airdate": "2025-08-23T05:19:58-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia801307.us.archive.org/21/items/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8-41649477463_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/21/items/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8-41649477463_thumb250.jpg",
    "song": "The Devil",
    "track_id": "723682c2-fcc7-47e9-8050-54a1c0ee6fc5",
    "recording_id": "6de0010b-9456-4af3-bc2d-1adb186c50bd",
    "artist": "Gwenno",
    "artist_ids": [
        "8f5b15bd-0777-4564-9801-17462e5ff715"
    ],
    "album": "Utopia",
    "release_id": "66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8",
    "release_group_id": "c70fe845-e9a1-4bb6-aec6-7ddf48f79c0e",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}