Information about plays

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

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

{
    "id": 3573788,
    "uri": "https://api.kexp.org/v2/plays/3573788/?format=api",
    "airdate": "2025-11-04T05:45:16-08:00",
    "show": 65019,
    "show_uri": "https://api.kexp.org/v2/shows/65019/?format=api",
    "image_uri": "https://ia803105.us.archive.org/8/items/mbid-d73e4ff8-99ad-44bd-b9bf-b0a2a17160ca/mbid-d73e4ff8-99ad-44bd-b9bf-b0a2a17160ca-19323060499_thumb500.jpg",
    "thumbnail_uri": "https://ia903105.us.archive.org/8/items/mbid-d73e4ff8-99ad-44bd-b9bf-b0a2a17160ca/mbid-d73e4ff8-99ad-44bd-b9bf-b0a2a17160ca-19323060499_thumb250.jpg",
    "song": "Les Fleur",
    "track_id": "c03a3a49-12e5-3666-9197-05cb4656e03b",
    "recording_id": "16c5a183-db81-44cb-81d0-d32b1814ae0d",
    "artist": "Minnie Riperton",
    "artist_ids": [
        "e842abf7-8a63-4602-8879-75958c2884a1"
    ],
    "album": "INCredible Sound of Gilles Peterson",
    "release_id": "ec1ab191-e60b-4c6f-8bb9-617ddbfe4824",
    "release_group_id": "4e12565a-3be6-3cf9-b40b-5265b5e29469",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You should know the history of the very talented Minnie Riperton, who died at age 31 of cancer. She had four-octave range and was widely known for her use of the whistle register.: https://www.blackpast.org/african-american-history/people-african-american-history/minnie-riperton-1947-1979/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}