Information about plays

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

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

{
    "id": 3638945,
    "uri": "https://api.kexp.org/v2/plays/3638945/?format=api",
    "airdate": "2026-04-07T05:56:38-07:00",
    "show": 66389,
    "show_uri": "https://api.kexp.org/v2/shows/66389/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea-21978090296_thumb500.jpg",
    "thumbnail_uri": "https://ia600603.us.archive.org/34/items/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea-21978090296_thumb250.jpg",
    "song": "Venus",
    "track_id": "08e76c9f-1513-4117-a4fe-011385056b66",
    "recording_id": "3923cbe5-f1f6-4496-b602-56ab7570c905",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "At Home",
    "release_id": "c2dd43cd-f6a7-4752-a146-a8f2876ca343",
    "release_group_id": "f7e9587f-774a-30f9-a749-ccf1a01889e9",
    "labels": [
        "Metronome",
        "Pink Elephant"
    ],
    "label_ids": [
        "b20a6195-5d40-4717-9882-02f7e9a53f16",
        "ae3b2899-433b-466a-b197-4e8145b7ab10"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Venus\" is a song by Dutch rock band Shocking Blue, initially released as a single in the Netherlands in the summer of 1969. Written by Robbie van Leeuwen, the song topped the charts in nine countries.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}