Information about plays

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

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

{
    "id": 3568231,
    "uri": "https://api.kexp.org/v2/plays/3568231/?format=api",
    "airdate": "2025-10-21T21:13:57-07:00",
    "show": 64898,
    "show_uri": "https://api.kexp.org/v2/shows/64898/?format=api",
    "image_uri": "https://coverartarchive.org/release/121b47ce-7db7-4a80-8363-a5239675631c/43339017523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/121b47ce-7db7-4a80-8363-a5239675631c/43339017523-250.jpg",
    "song": "Margaritkelech",
    "track_id": null,
    "recording_id": "ac570748-ec0f-498c-99c5-655e062973d8",
    "artist": "חוה אלברשטיין",
    "artist_ids": [
        "b6f36ff7-d252-498f-99b4-1937b00b386c"
    ],
    "album": "Yiddish Songs",
    "release_id": null,
    "release_group_id": "5dd36980-473b-3dec-a44a-25dcb43822f9",
    "labels": [
        "Hemisphere"
    ],
    "label_ids": [
        "6bf3095f-45de-43dc-b9ec-0d9fb27899e7"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chava Alberstein was born in Szczecin, Poland and moved to Haifa, Israel in 1950.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}