Information about plays

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

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

{
    "id": 3567716,
    "uri": "https://api.kexp.org/v2/plays/3567716/?format=api",
    "airdate": "2025-10-20T19:16:55-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blasting Through the Speakers",
    "track_id": null,
    "recording_id": null,
    "artist": "Empress Of",
    "artist_ids": [
        "91cd6a5a-e0db-4329-837e-9b6479d1ed2d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: Empress of will be opening for Lorde this Wednesday, October 22nd at Climate Pledge Arena.\n\nES: Empress of se presenta antes de Lorde este miércoles 22 de octubre en el Climate Pledge Arena.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}