Information about plays

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

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

{
    "id": 3528492,
    "uri": "https://api.kexp.org/v2/plays/3528492/?format=api",
    "airdate": "2025-07-18T06:20:42-07:00",
    "show": 64043,
    "show_uri": "https://api.kexp.org/v2/shows/64043/?format=api",
    "image_uri": "https://ia801800.us.archive.org/25/items/mbid-69d51f77-ce4c-3132-881e-6c004cf5097b/mbid-69d51f77-ce4c-3132-881e-6c004cf5097b-40398606027_thumb500.jpg",
    "thumbnail_uri": "https://ia601800.us.archive.org/25/items/mbid-69d51f77-ce4c-3132-881e-6c004cf5097b/mbid-69d51f77-ce4c-3132-881e-6c004cf5097b-40398606027_thumb250.jpg",
    "song": "The Ballad of Peter Pumpkinhead",
    "track_id": "31de8cd1-21fb-3970-94e5-89afcea5c5aa",
    "recording_id": "6697861e-701d-4bf6-a247-9dd065841afb",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Nonsuch",
    "release_id": "69d51f77-ce4c-3132-881e-6c004cf5097b",
    "release_group_id": "657f5aa0-e25e-35fb-83b8-5ba4fc1f2f2c",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1992-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to all the Petes, Peteys, and Peters out there!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}