Information about plays

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

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

{
    "id": 3630316,
    "uri": "https://api.kexp.org/v2/plays/3630316/?format=api",
    "airdate": "2026-03-17T20:03:43-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talagh (Nick AM Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Googoosh",
    "artist_ids": [
        "0d9b88f3-054a-4f53-b447-2f3f503c8290"
    ],
    "album": "Taraneh",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is a remix of Talagh but Googoosh, an Iranian singer and former actress. Taken from the world of theater as well, this track samples Andrew Lloyd Webber and Murray Head's \"Heaven on Their Minds\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}