Information about plays

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

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

{
    "id": 3548194,
    "uri": "https://api.kexp.org/v2/plays/3548194/?format=api",
    "airdate": "2025-09-02T23:56:04-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia601708.us.archive.org/0/items/mbid-d546f9c7-6836-4b71-8c42-1995fef11d90/mbid-d546f9c7-6836-4b71-8c42-1995fef11d90-42697599574_thumb500.jpg",
    "thumbnail_uri": "https://ia601708.us.archive.org/0/items/mbid-d546f9c7-6836-4b71-8c42-1995fef11d90/mbid-d546f9c7-6836-4b71-8c42-1995fef11d90-42697599574_thumb250.jpg",
    "song": "Wonder",
    "track_id": "a792b168-4f55-44d4-9dc3-b2d3564c526e",
    "recording_id": "190cfbc9-1e23-404b-a7ea-f13122971e1f",
    "artist": "Danger Mouse & MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8",
        "4b356f05-bcc2-4544-925b-fd9a1bf708be"
    ],
    "album": "Wonder",
    "release_id": "d546f9c7-6836-4b71-8c42-1995fef11d90",
    "release_group_id": "64bff67f-6c13-46c7-ab06-d6f300b31c88",
    "labels": [
        "30th Century Records"
    ],
    "label_ids": [
        "15edfd53-23f5-47a3-81d0-5e2d182ead55"
    ],
    "release_date": "2025-08-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danger Mouse and MorMor have gotten together to release the new single \"Wonder\", co-written by Danger Mouse and MorMor and produced by Danger Mouse.\n\n\"My relationship with Danger Mouse started when he invited me to meet and play music,\" MorMor explained in a press release. \"From time to time we'd hang out and listen to records or watch films; not necessarily making music - I think we were both seeing if we could find an intersection where it’d make sense to pursue an idea. 'Wonder' came from exactly that.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}