Information about plays

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

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

{
    "id": 3630124,
    "uri": "https://api.kexp.org/v2/plays/3630124/?format=api",
    "airdate": "2026-03-17T09:38:06-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-1d2be447-71b0-470a-ad38-925ecaf83c08/mbid-1d2be447-71b0-470a-ad38-925ecaf83c08-19337399644_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-1d2be447-71b0-470a-ad38-925ecaf83c08/mbid-1d2be447-71b0-470a-ad38-925ecaf83c08-19337399644_thumb250.jpg",
    "song": "A Question of Time",
    "track_id": "ce7196e4-440b-3acf-abcb-255c04948ecd",
    "recording_id": "e16ed270-f5f1-4ee2-9c08-0d70a605f52e",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Black Celebration",
    "release_id": "1d2be447-71b0-470a-ad38-925ecaf83c08",
    "release_group_id": "b9c6879f-3a34-3aa0-a68f-73ced2608f7a",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1986-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1986, Depeche Mode release 'Black Celebration'!\n\nThe music video for \"A Question of Time\" is the first Depeche Mode video to be directed by Anton Corbijn, who would also direct music videos by U2 (\"One\") and Nirvana (\"Heart Shaped Box\").\n\nhttps://www.youtube.com/watch?v=9pt7EWFF_T8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}