Information about plays

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

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

{
    "id": 3594409,
    "uri": "https://api.kexp.org/v2/plays/3594409/?format=api",
    "airdate": "2025-12-22T09:28:20-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dominoes",
    "track_id": "1883b963-6e03-4906-b03a-9963cbbe27b4",
    "recording_id": "f77fcf5c-4eaa-4851-94bd-781bb0e44ecc",
    "artist": "Twin Shadow",
    "artist_ids": [
        "8d831383-b22b-4237-8059-12bee111e4b6"
    ],
    "album": "Cadet",
    "release_id": "67e5f46b-2a17-4369-a7f1-2a47d58f0f68",
    "release_group_id": "f0168007-edf8-49d8-822d-56e8ce56d22a",
    "labels": [
        "Cheree Cheree"
    ],
    "label_ids": [
        "81314aef-1791-450e-b258-c725bea2bbe9"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the new album by Twin Shadow: https://twinshadow.bandcamp.com/album/cadet\n\nWatch the official video here: https://www.youtube.com/watch?v=XFuc812nbJM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}