Information about plays

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

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

{
    "id": 3548301,
    "uri": "https://api.kexp.org/v2/plays/3548301/?format=api",
    "airdate": "2025-09-03T05:59:29-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia800800.us.archive.org/7/items/mbid-0314648a-514e-3efa-8407-a3d9c3f89ceb/mbid-0314648a-514e-3efa-8407-a3d9c3f89ceb-18229105429_thumb500.jpg",
    "thumbnail_uri": "https://ia800800.us.archive.org/7/items/mbid-0314648a-514e-3efa-8407-a3d9c3f89ceb/mbid-0314648a-514e-3efa-8407-a3d9c3f89ceb-18229105429_thumb250.jpg",
    "song": "#2 Pencil",
    "track_id": "97b82ea3-1ae6-3ec0-9437-903bb610b648",
    "recording_id": "cee0e82a-e004-45bf-b888-612c90e1006a",
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "10 Songs",
    "release_id": "0314648a-514e-3efa-8407-a3d9c3f89ceb",
    "release_group_id": "8a68e5b6-7e98-333c-bc52-ed6a5c5ca01f",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "According to AI: #2 pencils became the standard because their balanced hardness of graphite provides clear, legible marks on test forms that can be scanned by early machines, without smudging like softer #1 pencils or being too faint like harder pencils. The #2, or HB, grade is considered the \"Goldilocks\" choice – not too soft to smudge, not too hard to read, and perfectly suited for filling in bubbles completely while still being erasable.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}