Information about plays

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

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

{
    "id": 3540189,
    "uri": "https://api.kexp.org/v2/plays/3540189/?format=api",
    "airdate": "2025-08-15T00:59:59-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Rain",
    "track_id": "fd27561a-a5c6-4b85-bd2c-5d6a9592eac8",
    "recording_id": "8898db3e-6930-41f6-a418-c693799240bc",
    "artist": "The Dramatics",
    "artist_ids": [
        "ab950ad1-3e41-411a-8a84-b0b5f90a62c0"
    ],
    "album": "Soul Hits of the ’70s: Didn’t It Blow Your Mind! Volume 7",
    "release_id": "ccbe9164-19ec-4b55-88e4-70f709109874",
    "release_group_id": "8358db80-4020-4fdc-8e0c-4efbbb7c1f22",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}