Information about plays

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

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

{
    "id": 3572511,
    "uri": "https://api.kexp.org/v2/plays/3572511/?format=api",
    "airdate": "2025-11-01T06:48:13-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ブルー",
    "track_id": null,
    "recording_id": "5f2f1ed6-8a28-4eea-be84-be46c3bcd0a8",
    "artist": "Lamp",
    "artist_ids": [
        "8bff8d1d-2e87-4b97-9909-2bd3404e92b9"
    ],
    "album": "Lamp / The Bilinda Butchers",
    "release_id": null,
    "release_group_id": "0f0510a8-aebf-40f5-8b49-f6e612b569c2",
    "labels": [
        "Botanical House"
    ],
    "label_ids": [
        "e8ec8721-b293-4963-8c5c-a9492d401817"
    ],
    "release_date": "2018-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}