Information about plays

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

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

{
    "id": 3542602,
    "uri": "https://api.kexp.org/v2/plays/3542602/?format=api",
    "airdate": "2025-08-20T19:39:37-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/a004d208-7028-4621-9da6-59200e92d7e5/36447443213-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a004d208-7028-4621-9da6-59200e92d7e5/36447443213-250.jpg",
    "song": "Sanctity/Holiness",
    "track_id": null,
    "recording_id": "82e676c1-0d79-4fdd-856e-0697aa8cbadd",
    "artist": "Screen Frogs",
    "artist_ids": [
        "c69d8012-07c4-4f64-ad50-c25b99358c44"
    ],
    "album": "Sun Incubator",
    "release_id": null,
    "release_group_id": "359e87d1-36d3-4283-89cd-4195dbdfb1d8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-09-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own, Screen Frogs, are playing Freakout this year! https://www.freakoutrec.com/lineup\n-\nScreen Frogs - Fly On The Wall (Live on KEXP) vid here: https://www.youtube.com/watch?v=u0j0V7BT8mY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}