Information about plays

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

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

{
    "id": 3556498,
    "uri": "https://api.kexp.org/v2/plays/3556498/?format=api",
    "airdate": "2025-09-22T23:31:45-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-69330683-7eda-4403-9b41-49b5bb34b54f/mbid-69330683-7eda-4403-9b41-49b5bb34b54f-42271738945_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-69330683-7eda-4403-9b41-49b5bb34b54f/mbid-69330683-7eda-4403-9b41-49b5bb34b54f-42271738945_thumb250.jpg",
    "song": "Let Down",
    "track_id": "deea2fbd-3260-4586-878d-8e695dfca11a",
    "recording_id": "05034a7b-4e7a-404b-9a64-1704610a6e3d",
    "artist": "Acopia",
    "artist_ids": [
        "e4513864-b6e8-431e-8b82-bfdb22714444"
    ],
    "album": "Blush Response",
    "release_id": "69330683-7eda-4403-9b41-49b5bb34b54f",
    "release_group_id": "76ad035a-d520-4155-92e6-a47933d73f24",
    "labels": [
        "Scenic Route"
    ],
    "label_ids": [
        "d98fdd87-d5c7-46ef-9e5e-8ad123e71540"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ace new record from the Melbourne trio - https://acopia.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}