Information about plays

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

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

{
    "id": 3551775,
    "uri": "https://api.kexp.org/v2/plays/3551775/?format=api",
    "airdate": "2025-09-11T16:57:37-07:00",
    "show": 64535,
    "show_uri": "https://api.kexp.org/v2/shows/64535/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-5611d63f-b050-4b29-ab3b-c5ed70164aaa/mbid-5611d63f-b050-4b29-ab3b-c5ed70164aaa-23428398100_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-5611d63f-b050-4b29-ab3b-c5ed70164aaa/mbid-5611d63f-b050-4b29-ab3b-c5ed70164aaa-23428398100_thumb250.jpg",
    "song": "Invocation",
    "track_id": "b015d208-f313-30c7-9c90-9b3ff602fd71",
    "recording_id": "44335d5f-2a07-47b7-8710-9d7b3f68639c",
    "artist": "The Dining Rooms",
    "artist_ids": [
        "76fe6c77-7d7e-419b-96d1-b33d5721f6ce"
    ],
    "album": "Numero Deux",
    "release_id": "5611d63f-b050-4b29-ab3b-c5ed70164aaa",
    "release_group_id": "69e2e313-bc58-310a-b377-a4cef2fbd659",
    "labels": [
        "Milano 2000"
    ],
    "label_ids": [
        "3dc18951-a8c8-4d88-b759-0fc34022630e"
    ],
    "release_date": "2001-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Milan-based electronic music duo formed by Stefano Ghittoni and Cesare Malfatti in 1998. Their music seamlessly blends ambient, electronica, jazz and a love for cinematic atmospheres.\nhttps://thediningrooms.bandcamp.com/album/numero-deux",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}