Information about plays

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

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

{
    "id": 3639001,
    "uri": "https://api.kexp.org/v2/plays/3639001/?format=api",
    "airdate": "2026-04-07T09:29:41-07:00",
    "show": 66390,
    "show_uri": "https://api.kexp.org/v2/shows/66390/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-dab7dfb5-3e71-4eac-b696-e8d27cabf3ec/mbid-dab7dfb5-3e71-4eac-b696-e8d27cabf3ec-28283650091_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-dab7dfb5-3e71-4eac-b696-e8d27cabf3ec/mbid-dab7dfb5-3e71-4eac-b696-e8d27cabf3ec-28283650091_thumb250.jpg",
    "song": "A Forest",
    "track_id": "06b6042d-ff47-47d7-8145-5207fe729e9a",
    "recording_id": "8259fe38-8abf-4a50-a173-cfbb7c5578c5",
    "artist": "Frankie Rose",
    "artist_ids": [
        "3522e1ec-0b52-47c3-a13e-17ac5db91e9e"
    ],
    "album": "Seventeen Seconds",
    "release_id": "dab7dfb5-3e71-4eac-b696-e8d27cabf3ec",
    "release_group_id": "72836568-f942-4552-8f83-b178e61bb2fd",
    "labels": [
        "Turntable Kitchen"
    ],
    "label_ids": [
        "bbc586c9-5ab7-4977-8b8c-af8235679399"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Rose covered the entire Cure album \"Seventeen Seconds\" front-to-back in 2017. There were initially only 1,000 vinyl copies made of that record, but it was reissued in 2022: https://night-school.bandcamp.com/album/seventeen-seconds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}