Information about plays

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

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

{
    "id": 3631960,
    "uri": "https://api.kexp.org/v2/plays/3631960/?format=api",
    "airdate": "2026-03-21T14:11:22-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-6f44b63f-f403-3faa-b47f-842e8b5cfcaa/mbid-6f44b63f-f403-3faa-b47f-842e8b5cfcaa-42807419203_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-6f44b63f-f403-3faa-b47f-842e8b5cfcaa/mbid-6f44b63f-f403-3faa-b47f-842e8b5cfcaa-42807419203_thumb250.jpg",
    "song": "Boadicea",
    "track_id": "e74decd4-0cc7-3ef0-bb61-777a8b73b818",
    "recording_id": "6a89527f-8994-412b-ac5b-36e098d0bef8",
    "artist": "Enya",
    "artist_ids": [
        "4967c0a1-b9f3-465e-8440-4598fd9fc33c"
    ],
    "album": "Enya",
    "release_id": "6f44b63f-f403-3faa-b47f-842e8b5cfcaa",
    "release_group_id": "a1e948b1-808f-35f8-a799-c5322670aab9",
    "labels": [
        "Sonifolk"
    ],
    "label_ids": [
        "b6dee13e-ea72-4494-9fd8-f7f6af60edf2"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Enya's \"Boadicea\" was the primary sample in the Fugees' \"Ready or Not\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}