Information about plays

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

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

{
    "id": 3568893,
    "uri": "https://api.kexp.org/v2/plays/3568893/?format=api",
    "airdate": "2025-10-23T09:59:17-07:00",
    "show": 64910,
    "show_uri": "https://api.kexp.org/v2/shows/64910/?format=api",
    "image_uri": "https://dn721505.ca.archive.org/0/items/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709-43120161930_thumb500.jpg",
    "thumbnail_uri": "https://dn721505.ca.archive.org/0/items/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709-43120161930_thumb250.jpg",
    "song": "Everything Is Coming up Roses",
    "track_id": "861e775e-e996-429d-a21b-ee3bc70966f3",
    "recording_id": "1e036149-b522-44db-810e-5506c02fab90",
    "artist": "World News",
    "artist_ids": [
        "49211211-44e2-41e2-8ea2-2dd3a5fd0a3c"
    ],
    "album": "Everything Is Coming up Roses",
    "release_id": "f419f03c-829b-4efe-9197-f9ec3ad55709",
    "release_group_id": "febee9f5-ef30-4ad6-8d43-8467d3bcc471",
    "labels": [
        "Pie & Mash"
    ],
    "label_ids": [
        "78291b3b-22dd-41ea-b3fe-a6424760146f"
    ],
    "release_date": "2025-09-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first iteration of this song was written way back during the initial wave of COVID-19, and it’s since evolved into a meditation on cautious optimism in the wake of disaster. \n\nSee the video: https://www.youtube.com/watch?v=VMURetSXap4 \n\nWorld News is planning on releasing their debut album sometime in 2026.\nhttps://worldnewsband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}