Information about plays

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

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

{
    "id": 3551984,
    "uri": "https://api.kexp.org/v2/plays/3551984/?format=api",
    "airdate": "2025-09-12T06:00:21-07:00",
    "show": 64539,
    "show_uri": "https://api.kexp.org/v2/shows/64539/?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": "Making Flippy Floppy",
    "track_id": "ce71779c-084d-4414-9813-e95752266edc",
    "recording_id": "fb7027aa-df58-498a-85dd-97ad5cb71bb7",
    "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": "Released OTD in 1984\n\nWatch David Byrne dance like only David Byrne can (and in a bright pink suit!) during this live performance of Making Flippy Floppy from 1998:\nhttps://www.youtube.com/watch?v=gsunqofq27I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}