Information about plays

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

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

{
    "id": 3636584,
    "uri": "https://api.kexp.org/v2/plays/3636584/?format=api",
    "airdate": "2026-04-01T20:32:31-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://ia601007.us.archive.org/35/items/mbid-7a190f39-871e-4c90-98aa-3d1a4213b788/mbid-7a190f39-871e-4c90-98aa-3d1a4213b788-43204312696_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-7a190f39-871e-4c90-98aa-3d1a4213b788/mbid-7a190f39-871e-4c90-98aa-3d1a4213b788-43204312696_thumb250.jpg",
    "song": "Daisy Chains",
    "track_id": "dc71acff-5b3e-4548-914a-ab7178387623",
    "recording_id": "cd3e6f62-3e2b-416a-b1cd-52df5aa83f72",
    "artist": "Plantoid",
    "artist_ids": [
        "7ca13fa0-7168-414c-9ec2-cd3ff71b640e"
    ],
    "album": "Flare",
    "release_id": "7a190f39-871e-4c90-98aa-3d1a4213b788",
    "release_group_id": "0d61733c-9d4d-4174-9657-d88cb189f17d",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "grab plantoid's latest record FLARE here: https://bellaunion.com/products/plantoid-flare",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}