Information about plays

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

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

{
    "id": 3552958,
    "uri": "https://api.kexp.org/v2/plays/3552958/?format=api",
    "airdate": "2025-09-14T13:02:12-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "https://ia601603.us.archive.org/26/items/mbid-49d47e53-adb0-4ac5-a618-dac100d8814f/mbid-49d47e53-adb0-4ac5-a618-dac100d8814f-34915126885_thumb500.jpg",
    "thumbnail_uri": "https://ia601603.us.archive.org/26/items/mbid-49d47e53-adb0-4ac5-a618-dac100d8814f/mbid-49d47e53-adb0-4ac5-a618-dac100d8814f-34915126885_thumb250.jpg",
    "song": "Mazas y catapultas",
    "track_id": "eb37d8a5-1a45-4a79-b78c-93205a20e3dd",
    "recording_id": "5d52fea8-cb25-496c-a9ea-bf1eeafa365d",
    "artist": "Kase.O",
    "artist_ids": [
        "3ef162aa-8497-4062-b6d1-a063f0cbf1ae"
    ],
    "album": "El círculo",
    "release_id": "49d47e53-adb0-4ac5-a618-dac100d8814f",
    "release_group_id": "26107f2b-ec44-4848-9b47-0b9d9fab454e",
    "labels": [
        "BOA"
    ],
    "label_ids": [
        "956d2ed0-eb87-48f6-841b-74cee45161b9"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kase.O [Javier Ibarra Ramos] is from Zaragoza, Spain. He is also a member of Violadores del Verso.\n\nhttps://kaseo.bandcamp.com/album/el-circulo\nhttps://www.kaseoreal.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}