Information about plays

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

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

{
    "id": 3606187,
    "uri": "https://api.kexp.org/v2/plays/3606187/?format=api",
    "airdate": "2026-01-19T00:05:59-08:00",
    "show": 65694,
    "show_uri": "https://api.kexp.org/v2/shows/65694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe",
    "track_id": null,
    "recording_id": "8f2cdb8a-4894-4abf-891d-ba492b5de81a",
    "artist": "Télépopmusik",
    "artist_ids": [
        "265f242e-cf4e-4fbe-a3fe-43112387172f"
    ],
    "album": "The Best of Classic Chillout",
    "release_id": null,
    "release_group_id": "bc213f5c-bb6e-3729-9cdd-7be771dc8ed1",
    "labels": [
        "Sony Music TV"
    ],
    "label_ids": [
        "8cbe3b14-4247-4056-be7d-dfc2667003a8"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}