Information about plays

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

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

{
    "id": 3565132,
    "uri": "https://api.kexp.org/v2/plays/3565132/?format=api",
    "airdate": "2025-10-14T21:12:31-07:00",
    "show": 64836,
    "show_uri": "https://api.kexp.org/v2/shows/64836/?format=api",
    "image_uri": "https://ia800501.us.archive.org/20/items/mbid-e6b2c2c6-d5d0-4669-886f-6c658f687672/mbid-e6b2c2c6-d5d0-4669-886f-6c658f687672-14432579006_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/20/items/mbid-e6b2c2c6-d5d0-4669-886f-6c658f687672/mbid-e6b2c2c6-d5d0-4669-886f-6c658f687672-14432579006_thumb250.jpg",
    "song": "Drinkee",
    "track_id": "8e73ac36-9567-4a3e-8c56-8fb15eed7900",
    "recording_id": "614ae6f3-2806-4272-89fb-56e9230201a4",
    "artist": "Sofi Tukker",
    "artist_ids": [
        "4ac723f4-8be8-4a0d-a3ae-d5dda20f0a9a"
    ],
    "album": "Soft Animals",
    "release_id": "e6b2c2c6-d5d0-4669-886f-6c658f687672",
    "release_group_id": "070c1eab-5e45-4a6d-ab70-50bf4e9859f6",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a performance by SOFI TUKKER Live on KEXP from home back in 2020: https://www.youtube.com/watch?v=jO0XS1z3cgM\n\nhttps://www.sofitukker.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}