Information about plays

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

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

{
    "id": 3611082,
    "uri": "https://api.kexp.org/v2/plays/3611082/?format=api",
    "airdate": "2026-01-30T15:08:32-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://dn710106.ca.archive.org/0/items/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e-22303342735_thumb500.jpg",
    "thumbnail_uri": "https://dn710106.ca.archive.org/0/items/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e-22303342735_thumb250.jpg",
    "song": "50 Thousand Deep",
    "track_id": "9d99a3d3-348c-32ca-8ff3-9d1a5ccd9de6",
    "recording_id": "0af4f881-c619-424b-ad47-943cec8efa88",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Bayani",
    "release_id": "2c2ec473-060d-46d4-9737-d46f5bd7724e",
    "release_group_id": "e52eb555-b0d2-3e81-a10c-9e1e695e1857",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Danny and Nate!\n\nGeologic (aka KEXP's Prometheus Brown) wrote this Blue Scholars song about the WTO protests in Seattle, reflecting back on this day in 1999.\n\nhttps://bluescholars.bandcamp.com/track/50-thousand-deep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}