Information about plays

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

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

{
    "id": 3557767,
    "uri": "https://api.kexp.org/v2/plays/3557767/?format=api",
    "airdate": "2025-09-26T01:08:20-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-5039783f-6372-4be1-b92a-a1e5dba4a1c4/mbid-5039783f-6372-4be1-b92a-a1e5dba4a1c4-35357572858_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-5039783f-6372-4be1-b92a-a1e5dba4a1c4/mbid-5039783f-6372-4be1-b92a-a1e5dba4a1c4-35357572858_thumb250.jpg",
    "song": "Lady",
    "track_id": "ffee7eae-939d-4780-89d6-2248ca14eeac",
    "recording_id": "14da46f1-4015-459f-8841-36d695e23215",
    "artist": "Ezra Collective",
    "artist_ids": [
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "Lady",
    "release_id": "5039783f-6372-4be1-b92a-a1e5dba4a1c4",
    "release_group_id": "e74434c3-aeb6-4fba-ad19-1209e0da1a45",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2023-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}