Information about plays

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

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

{
    "id": 3574122,
    "uri": "https://api.kexp.org/v2/plays/3574122/?format=api",
    "airdate": "2025-11-05T01:17:24-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "An Open Letter to NYC",
    "track_id": "784d4ea8-46ae-326a-a848-5542d6ba6a35",
    "recording_id": "084adcb2-5de2-4b4d-9e62-16c681336912",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Solid Gold Hits",
    "release_id": "4452514a-516d-3281-ad61-0adfe50fbe8d",
    "release_group_id": "5acc26a1-603e-333b-9f28-b62b5b12b21c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2005-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listen, All You New Yorkers\nBrooklyn, Bronx, Queens and Staten\nFrom the Battery to the top of Manhattan\nAsian, Middle-Eastern and Latin\nBlack, White, New York you make it happen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}