Information about plays

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

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

{
    "id": 3570130,
    "uri": "https://api.kexp.org/v2/plays/3570130/?format=api",
    "airdate": "2025-10-26T06:55:32-07:00",
    "show": 64938,
    "show_uri": "https://api.kexp.org/v2/shows/64938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spring - Live at the Royal Lazienki Museum",
    "track_id": null,
    "recording_id": null,
    "artist": "YANA",
    "artist_ids": [
        "c48bb8ec-ea6b-494e-85d5-fa9505d2a0a7"
    ],
    "album": "Daydreamer – Live at the Royal Łazienki Museum",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "OPIA Community"
    ],
    "label_ids": [
        "18311cb1-3e89-44fa-b3b5-23fb6d945b6e"
    ],
    "release_date": "2025-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new live recording from Polish multi-instrumentalist and composer YANA that came out this past week on Ólafur Arnalds's OPIA Community label ~ https://soundsofyana.com :: https://www.opiacommunity.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}