Information about plays

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

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

{
    "id": 3627040,
    "uri": "https://api.kexp.org/v2/plays/3627040/?format=api",
    "airdate": "2026-03-09T07:42:39-07:00",
    "show": 66135,
    "show_uri": "https://api.kexp.org/v2/shows/66135/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-a1453acf-d023-4255-89af-c01388eb97b6/mbid-a1453acf-d023-4255-89af-c01388eb97b6-10417975111_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-a1453acf-d023-4255-89af-c01388eb97b6/mbid-a1453acf-d023-4255-89af-c01388eb97b6-10417975111_thumb250.jpg",
    "song": "Give Peace a Chance",
    "track_id": "a8e0336e-2026-3046-97bd-15bd843975f0",
    "recording_id": "ef28efda-f585-4c6a-a25c-7de6de5b9507",
    "artist": "John Lennon & Plastic Ono Band",
    "artist_ids": [
        "84f81b32-8b3a-4914-9cff-017a52f9d16b",
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Shaved Fish",
    "release_id": "a1453acf-d023-4255-89af-c01388eb97b6",
    "release_group_id": "e5006a47-bd00-374a-a5f6-30b09cb1a6fc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're in this together! https://www.kexp.org/donate/\n\n--\n\nReleased on July 4th 1969, it is John’s first single recorded without the involvement of any other Beatles, it reached No. 2 in the UK singles charts. \"We didn’t have a format. We couldn’t give you a plan. But just consider the idea of not having this war. Just consider it. So that’s what we were saying.\" Learn more at: https://www.johnlennon.com/music/singles/give-peace-a-chance/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}