Information about plays

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

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

{
    "id": 3545421,
    "uri": "https://api.kexp.org/v2/plays/3545421/?format=api",
    "airdate": "2025-08-27T08:37:16-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia801507.us.archive.org/13/items/mbid-a4edde0b-244d-4445-b5de-02427400b89d/mbid-a4edde0b-244d-4445-b5de-02427400b89d-15133197591_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/13/items/mbid-a4edde0b-244d-4445-b5de-02427400b89d/mbid-a4edde0b-244d-4445-b5de-02427400b89d-15133197591_thumb250.jpg",
    "song": "Nuclear Fusion",
    "track_id": "14c8fece-6da3-4970-9963-3b7349b8cd58",
    "recording_id": "186ec5eb-3ef7-47a8-b60a-3f452150a4c8",
    "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": "Some King Gizzard & The Lizard Wizard for Arden!\n\nAmplifiers power KEXP better than nuclear fusion!\n\nHappy Amplifiers Love Day! We'll spend all day playing song requests and sharing stories on air about what being an Amplifier means to you. We can’t wait to devote an entire day to the beating heart of this community of music lovers. Go to KEXP.ORG (https://kexp.org/) to learn more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}