Information about plays

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

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

{
    "id": 3577690,
    "uri": "https://api.kexp.org/v2/plays/3577690/?format=api",
    "airdate": "2025-11-13T14:05:39-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "https://ia601403.us.archive.org/11/items/mbid-4b5e44fd-018b-4fc7-9729-c9d9b011e459/mbid-4b5e44fd-018b-4fc7-9729-c9d9b011e459-5409931838_thumb500.jpg",
    "thumbnail_uri": "https://ia601403.us.archive.org/11/items/mbid-4b5e44fd-018b-4fc7-9729-c9d9b011e459/mbid-4b5e44fd-018b-4fc7-9729-c9d9b011e459-5409931838_thumb250.jpg",
    "song": "Wildflowers",
    "track_id": "3d23f7f6-cf46-30cf-9cb8-3b225413ab4c",
    "recording_id": "2eca0f04-261e-4aa7-a83e-0d01d5909d8f",
    "artist": "Tom Petty",
    "artist_ids": [
        "5ca3f318-d028-4151-ac73-78e2b2d6cdcc"
    ],
    "album": "Wildflowers",
    "release_id": "4b5e44fd-018b-4fc7-9729-c9d9b011e459",
    "release_group_id": "80a0451a-d135-3517-96e4-3629dc4f66b9",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I welcomed a new baby girl in June. It took 5 years and 5 miscarriages to get to her. When I hear Tom Petty’s Wildflowers it helps me feel more at peace with those losses. Would love to hear it. \n\n-Fiona in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}