Information about plays

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

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

{
    "id": 3664549,
    "uri": "https://api.kexp.org/v2/plays/3664549/?format=api",
    "airdate": "2026-06-06T17:26:10-07:00",
    "show": 66919,
    "show_uri": "https://api.kexp.org/v2/shows/66919/?format=api",
    "image_uri": "https://dn720902.ca.archive.org/0/items/mbid-8c34bee6-9f0c-342f-8c9e-3df5c056042a/mbid-8c34bee6-9f0c-342f-8c9e-3df5c056042a-6203169721_thumb500.jpg",
    "thumbnail_uri": "https://dn720902.ca.archive.org/0/items/mbid-8c34bee6-9f0c-342f-8c9e-3df5c056042a/mbid-8c34bee6-9f0c-342f-8c9e-3df5c056042a-6203169721_thumb250.jpg",
    "song": "As Serious as Your Life",
    "track_id": "c5b49721-7314-3707-af0e-2949441d8255",
    "recording_id": "929c01ff-3c63-447f-b1f0-8f96426ccb5a",
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "Rounds",
    "release_id": "8c34bee6-9f0c-342f-8c9e-3df5c056042a",
    "release_group_id": "cf688036-4ffa-36f5-ab81-9c7efecf63cd",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2003-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}