Information about plays

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

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

{
    "id": 3560497,
    "uri": "https://api.kexp.org/v2/plays/3560497/?format=api",
    "airdate": "2025-10-02T15:18:31-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Histoire d’un amour",
    "track_id": null,
    "recording_id": "c389af12-98b0-4500-94aa-5745463138e0",
    "artist": "Dalida",
    "artist_ids": [
        "1598ccda-b164-4bff-9821-f9ff5a8587a8"
    ],
    "album": "Les diamants sont éternels",
    "release_id": null,
    "release_group_id": "4099d6a1-be32-408f-a154-b7c03d400d1d",
    "labels": [
        "Universal Music France"
    ],
    "label_ids": [
        "c9b33d46-1b0f-4721-bf64-1a6b3a093345"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born and raised in Cairo, Egypt, Yolanda Cristina Gigliotti, known by her stage name Dalida, left an indelible mark on the world of entertainment. Here's a biography: https://allthingsfrench.com/dalida/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}