Information about plays

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

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

{
    "id": 3631980,
    "uri": "https://api.kexp.org/v2/plays/3631980/?format=api",
    "airdate": "2026-03-21T15:32:22-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-d1eaad1c-b67d-4395-81c8-e36ef9113b9b/mbid-d1eaad1c-b67d-4395-81c8-e36ef9113b9b-35119160241_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-d1eaad1c-b67d-4395-81c8-e36ef9113b9b/mbid-d1eaad1c-b67d-4395-81c8-e36ef9113b9b-35119160241_thumb250.jpg",
    "song": "Work It",
    "track_id": "ea625fde-cac0-3fec-8ecf-715950972a64",
    "recording_id": "c6b2d318-298d-492b-a547-d564fd2fa9fb",
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Work It",
    "release_id": "d1eaad1c-b67d-4395-81c8-e36ef9113b9b",
    "release_group_id": "77447e04-c6f5-4db4-ba40-0b44bf080456",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2002-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Lady Wray was the first artist signed to Missy Elliot's label. This song was Produced by Timbaland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}