Information about plays

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

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

{
    "id": 3627497,
    "uri": "https://api.kexp.org/v2/plays/3627497/?format=api",
    "airdate": "2026-03-10T18:52:35-07:00",
    "show": 66146,
    "show_uri": "https://api.kexp.org/v2/shows/66146/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb250.jpg",
    "song": "Sleep Now in the Fire",
    "track_id": "2e34930d-2ec8-3b0b-8543-75124b8e028e",
    "recording_id": "1d9cea43-ce62-4f52-b3e6-703d2956dfd4",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "The Battle of Los Angeles",
    "release_id": "5a324464-95dc-3366-8ff5-7ab376a1bca2",
    "release_group_id": "25e72bf4-09fc-3e66-9d31-9247d91b4819",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A classic from the LA rock band, formed in 1991. See a live performance of \"Sleep Now in the Fire\" in London in 2010: https://www.youtube.com/watch?v=G31pCKRtAX4\n\nhttps://www.ratm.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}