Information about plays

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

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

{
    "id": 3547877,
    "uri": "https://api.kexp.org/v2/plays/3547877/?format=api",
    "airdate": "2025-09-02T06:23:14-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia804502.us.archive.org/10/items/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2-8451641080_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/10/items/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2-8451641080_thumb250.jpg",
    "song": "The Telephone Call",
    "track_id": "d0cf7df0-3310-3b4f-80fa-9d4b35c9cc89",
    "recording_id": "b64e44b3-acac-4c9b-94a5-b69943dbedf3",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Electric Cafe",
    "release_id": "6aaa509e-f4c7-4687-a611-9d5488a363c2",
    "release_group_id": "2b04bde9-1bbc-3f6b-b67d-24ad473d8912",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1950 German musician and composer Michael Rother was born! He is best known for being a founding member of the influential bands Neu! and Harmonia, BUT he was also an early (and short-lived) member of Kraftwerk!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}