Information about plays

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

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

{
    "id": 3561420,
    "uri": "https://api.kexp.org/v2/plays/3561420/?format=api",
    "airdate": "2025-10-04T22:57:25-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-6f972ae7-5eef-48ce-9193-656bd7aa2861/mbid-6f972ae7-5eef-48ce-9193-656bd7aa2861-25850638311_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-6f972ae7-5eef-48ce-9193-656bd7aa2861/mbid-6f972ae7-5eef-48ce-9193-656bd7aa2861-25850638311_thumb250.jpg",
    "song": "A Victory for Polio",
    "track_id": "00d0a488-a5a0-4fd8-bd8e-dd3f7c0c770c",
    "recording_id": "4b33cadb-2ddd-4337-8185-01048470bfab",
    "artist": "Iron Lung",
    "artist_ids": [
        "6a757154-73e1-4981-9185-c180827fa527"
    ],
    "album": "Sub Pop 1000",
    "release_id": "4892ac2c-5602-49dd-9b32-e30d4d602dee",
    "release_group_id": "67e0caf3-5452-4813-a316-7871457ed1c2",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sub Pop anniversary compilation from 2013.\n\nhttps://www.subpop.com/releases/sub_pop/sub_pop_1000",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}