Information about plays

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

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

{
    "id": 3559250,
    "uri": "https://api.kexp.org/v2/plays/3559250/?format=api",
    "airdate": "2025-09-29T14:33:21-07:00",
    "show": 64701,
    "show_uri": "https://api.kexp.org/v2/shows/64701/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Technova (Folknova)",
    "track_id": null,
    "recording_id": "0da70521-3321-4d37-ab36-f8643cb768db",
    "artist": "Towa Tei",
    "artist_ids": [
        "440cb8ef-cee3-4711-8408-b1bd6e93f390"
    ],
    "album": "Technova",
    "release_id": null,
    "release_group_id": "9f2a89da-677c-3fa2-be9d-50a9477c713d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was sampled by A Tribe Called Quest for their song, 'Find a Way.'  Towa Tei features Bebel Gilberto!\nWatch the official video here: https://youtu.be/sq66jYoFx_c?si=6SOBs_grj5ZHtzx3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}