Information about plays

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

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

{
    "id": 3548314,
    "uri": "https://api.kexp.org/v2/plays/3548314/?format=api",
    "airdate": "2025-09-03T06:50:52-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia804501.us.archive.org/17/items/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3-7195755321_thumb500.jpg",
    "thumbnail_uri": "https://ia904501.us.archive.org/17/items/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3-7195755321_thumb250.jpg",
    "song": "Education",
    "track_id": "3309586e-724c-3d60-86f9-d73f326d92e2",
    "recording_id": "82ac3b08-a9f3-46c9-bda4-ff8c563b7cdc",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Lost Dogs",
    "release_id": "a229776c-f2ce-45e7-8120-04f89aa0a5f3",
    "release_group_id": "5bccefdc-a56e-3c3c-ac80-7246da328ee6",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2003-11-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}