Information about plays

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

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

{
    "id": 3560393,
    "uri": "https://api.kexp.org/v2/plays/3560393/?format=api",
    "airdate": "2025-10-02T08:11:37-07:00",
    "show": 64724,
    "show_uri": "https://api.kexp.org/v2/shows/64724/?format=api",
    "image_uri": "https://ia801403.us.archive.org/11/items/mbid-4b5e44fd-018b-4fc7-9729-c9d9b011e459/mbid-4b5e44fd-018b-4fc7-9729-c9d9b011e459-5409931838_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.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": "Tom Petty, the dynamic and iconoclastic frontman who led the band the Heartbreakers, died on this day in 2017. (b. Oct 20, 1950) He was 66.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}