Information about plays

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

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

{
    "id": 3585039,
    "uri": "https://api.kexp.org/v2/plays/3585039/?format=api",
    "airdate": "2025-11-30T15:02:16-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Wall",
    "track_id": "aee68279-f4a4-4f4e-a4de-ee69ab6fd74e",
    "recording_id": "7820c56e-c735-4435-b47b-1113882ff8ee",
    "artist": "Downtown Boys",
    "artist_ids": [
        "4bab4841-5584-4c04-a933-3f537fbe3aad"
    ],
    "album": "Cost of Living",
    "release_id": "3def0f05-dccf-4b18-a636-7b10c08b814e",
    "release_group_id": "40e008fc-bdeb-43fe-a109-3107298439db",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Sunday! Building Community Not Walls!\n\nThis track from Rhode Island punk band Downtown Boys is an angry and defiant reaction to Donald Trump's border and immigration policies.\nhttp://tinyurl.com/3tabrxcj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}