Information about plays

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

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

{
    "id": 3548263,
    "uri": "https://api.kexp.org/v2/plays/3548263/?format=api",
    "airdate": "2025-09-03T03:35:13-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia802909.us.archive.org/4/items/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8-15617048576_thumb500.jpg",
    "thumbnail_uri": "https://ia802909.us.archive.org/4/items/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8-15617048576_thumb250.jpg",
    "song": "Freedom 90",
    "track_id": "debca536-9623-4fd7-92f1-484b71865753",
    "recording_id": "e9ccfb0a-a516-4d25-99ff-699856090e56",
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Listen Without Prejudice, Volume 1",
    "release_id": "6a6c1067-83b4-4acb-a848-cc4d9b9ebbb5",
    "release_group_id": "a0467615-94c3-3268-a425-9285273adb24",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Michael didn't want his image used to promote his 1990 album \"Listen Without Prejudice Vol. 1,\" but his record label still wanted music videos for MTV. After spotting the January 1990 cover of British Vogue, which featured five of the era's top models — Christy Turlington, Cindy Crawford, Naomi Campbell, Linda Evangelista, and Tatjana Patitz — Michael had an inspired solution to this dilemma: instead of him appearing in front of the camera, these supermodels could be in a music video for the song \"Freedom! '90.\": https://www.youtube.com/watch?v=diYAc7gB-0A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}