Information about plays

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

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

{
    "id": 3589949,
    "uri": "https://api.kexp.org/v2/plays/3589949/?format=api",
    "airdate": "2025-12-12T01:10:55-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream Weaver",
    "track_id": "332fad17-5ab8-3d23-b9b8-c46176eefaa8",
    "recording_id": "0abe1536-7abe-4a3a-bee4-b78cbc140234",
    "artist": "Gary Wright",
    "artist_ids": [
        "d253d0b9-60e9-450c-bc9b-1c8891d2cb8a"
    ],
    "album": "The Dream Weaver",
    "release_id": "8c03aff9-00bc-4b04-a30b-2f6b051e0ba7",
    "release_group_id": "da730b8c-279f-314a-a81c-40e555ef98d9",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1975-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prog-rock from Gary Wright with support from David Foster, Bobbly Lyle, Jim Keltner, and Andy Newmark -- those smooth strings come from an ARP String Ensemble synth!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}