Information about plays

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

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

{
    "id": 3568123,
    "uri": "https://api.kexp.org/v2/plays/3568123/?format=api",
    "airdate": "2025-10-21T16:50:50-07:00",
    "show": 64897,
    "show_uri": "https://api.kexp.org/v2/shows/64897/?format=api",
    "image_uri": "https://ia800400.us.archive.org/11/items/mbid-3acf9587-48d0-46f9-81a4-d7cff7783bbd/mbid-3acf9587-48d0-46f9-81a4-d7cff7783bbd-2073343017_thumb500.jpg",
    "thumbnail_uri": "https://ia600400.us.archive.org/11/items/mbid-3acf9587-48d0-46f9-81a4-d7cff7783bbd/mbid-3acf9587-48d0-46f9-81a4-d7cff7783bbd-2073343017_thumb250.jpg",
    "song": "Rockin' Back Inside My Heart (Tibetan 12\" Mix)",
    "track_id": "b3776db8-a88c-38c5-a6d9-7bb9ab403b57",
    "recording_id": "d1725e2f-482d-4ba3-aeb1-c1fe5ce917c1",
    "artist": "Julee Cruise",
    "artist_ids": [
        "3b7865df-3c91-48dd-9126-a71e0dfe7f8d"
    ],
    "album": "Rockin' Back Inside My Heart",
    "release_id": "04e7148c-1f98-4dd3-ba94-3e795e33dd2b",
    "release_group_id": "a58028dd-c33a-3a1f-bfaa-fcc291a8bc0e",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julee Cruise worked with David Lynch and Angelo Badalamenti on the music for \"Twin Peaks.\" Several songs from Cruise's \"Floating into the Night\" appear in the series.\nhttps://faroutmagazine.co.uk/how-julee-cruise-enhanced-twin-peaks/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}