Information about plays

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

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

{
    "id": 3501285,
    "uri": "https://api.kexp.org/v2/plays/3501285/?format=api",
    "airdate": "2025-05-14T13:35:51-07:00",
    "show": 63459,
    "show_uri": "https://api.kexp.org/v2/shows/63459/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5-36580652490_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5-36580652490_thumb250.jpg",
    "song": "Life During Wartime",
    "track_id": "caf65214-8d29-4ee7-a4f0-566dd7540b54",
    "recording_id": "14ef594d-a1dc-4efc-af12-09aed447090c",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Stop Making Sense",
    "release_id": "a4ec34fc-699b-4c70-a077-658f9fa126a5",
    "release_group_id": "2b85ba4e-53bf-4473-87f5-59d0b53020ad",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2023-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to the multi-talented David Byrne, born on this date in 1952.\n---\nFor Byrne, Talking Heads was about making emotional sense--not literal sense.  Enjoy this NPR \"Fresh Air\" interview with Terry Gross: https://www.youtube.com/watch?app=desktop&v=4DJGp69Q0cY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}