Information about plays

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

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

{
    "id": 3621992,
    "uri": "https://api.kexp.org/v2/plays/3621992/?format=api",
    "airdate": "2026-02-25T05:53:29-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Water",
    "track_id": "e12a735b-f86c-46c1-80e7-8766cfbf159f",
    "recording_id": "b2c190e2-a7ba-4a61-9142-768686f2e8c1",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Flying Microtonal Banana",
    "release_id": "a4edde0b-244d-4445-b5de-02427400b89d",
    "release_group_id": "ad6e81ac-2298-4e1d-849f-226953c9a30a",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "ecf9b195-6b61-446c-a253-856311236340"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Deep Discog Dive on King Gizz that heavily features their many KEXP in studio sessions. https://www.youtube.com/watch?v=bpYa4mWfZxU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}