Information about plays

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

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

{
    "id": 3568770,
    "uri": "https://api.kexp.org/v2/plays/3568770/?format=api",
    "airdate": "2025-10-23T03:40:05-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HIGHER!",
    "track_id": null,
    "recording_id": null,
    "artist": "Dijon",
    "artist_ids": [
        "cceea21d-f3ec-4586-be7a-d2e939c15c78"
    ],
    "album": "Baby",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dijon will be at The Paramount Theatre in Seattle on November 2nd, The Masonic in San Francisco on November 5th, and the Fox Theatre in Oakland on November 6th. www.dijondijon.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}