Information about plays

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

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

{
    "id": 3548357,
    "uri": "https://api.kexp.org/v2/plays/3548357/?format=api",
    "airdate": "2025-09-03T09:10:56-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia802906.us.archive.org/25/items/mbid-ab8b3a06-bbb9-4445-a288-32845064484e/mbid-ab8b3a06-bbb9-4445-a288-32845064484e-15465436067_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-ab8b3a06-bbb9-4445-a288-32845064484e/mbid-ab8b3a06-bbb9-4445-a288-32845064484e-15465436067_thumb250.jpg",
    "song": "Waiting for That Day / You Can’t Always Get What You Want",
    "track_id": "e8b9b31a-ec81-45c7-8896-e207adc04d61",
    "recording_id": "19e80099-2d6a-44e3-bb6d-53b278aa86f4",
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Listen Without Prejudice, Volume One",
    "release_id": "ab8b3a06-bbb9-4445-a288-32845064484e",
    "release_group_id": "a0467615-94c3-3268-a425-9285273adb24",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1990, George Michael released his second solo album, Listen Without Prejudice Vol. 1. featuring \"Freedom! '90\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}