Information about plays

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

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

{
    "id": 3540932,
    "uri": "https://api.kexp.org/v2/plays/3540932/?format=api",
    "airdate": "2025-08-16T20:56:35-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-4e3e7ca2-08b3-4f8d-98e6-2b56404ada4c/mbid-4e3e7ca2-08b3-4f8d-98e6-2b56404ada4c-41978521960_thumb500.jpg",
    "thumbnail_uri": "https://ia601904.us.archive.org/9/items/mbid-4e3e7ca2-08b3-4f8d-98e6-2b56404ada4c/mbid-4e3e7ca2-08b3-4f8d-98e6-2b56404ada4c-41978521960_thumb250.jpg",
    "song": "Revolve",
    "track_id": "99c2c991-7973-3671-a1e8-5406bb31020d",
    "recording_id": "4eb9165f-3fe2-45c3-b04a-03c6abf1bccd",
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Stoner Witch",
    "release_id": "07625704-7846-3c67-b6fc-2e05ec0ae370",
    "release_group_id": "04066384-affd-32ce-9b6f-ac4a97c07671",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-10-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}