Information about plays

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

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

{
    "id": 3576997,
    "uri": "https://api.kexp.org/v2/plays/3576997/?format=api",
    "airdate": "2025-11-11T23:11:28-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://ia800307.us.archive.org/15/items/mbid-4a231a08-f4ee-4171-9103-483566b364ec/mbid-4a231a08-f4ee-4171-9103-483566b364ec-27061604216_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/15/items/mbid-4a231a08-f4ee-4171-9103-483566b364ec/mbid-4a231a08-f4ee-4171-9103-483566b364ec-27061604216_thumb250.jpg",
    "song": "11:11",
    "track_id": "f45c9c75-25a7-4326-a48f-f37e87b3189a",
    "recording_id": "01380470-58fa-4c4c-b939-285e59deaf67",
    "artist": "Rodrigo y Gabriela & C.U.B.A.",
    "artist_ids": [
        "a8ed28e3-5c08-4448-b889-867483e251f5",
        "30f83564-b777-417a-9bb1-91633b7bfd20"
    ],
    "album": "Area 52",
    "release_id": "70f0f6b5-c354-4409-a013-85c2aea06cf5",
    "release_group_id": "aba7763e-0ea4-4bb9-b936-aad849bc6920",
    "labels": [
        "Rubyworks",
        "ATO Records"
    ],
    "label_ids": [
        "3903dba0-ee52-4989-b835-6ad8c0a5b7d5",
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2012-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "11:11 on 11/11!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}