Information about plays

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

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

{
    "id": 3634318,
    "uri": "https://api.kexp.org/v2/plays/3634318/?format=api",
    "airdate": "2026-03-27T16:10:08-07:00",
    "show": 66294,
    "show_uri": "https://api.kexp.org/v2/shows/66294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ray of Light (triple j Like A Version)",
    "track_id": "e35b3b43-43ef-4fbd-a819-ae66ac6495ec",
    "recording_id": "ee1f074e-42e8-494e-98ec-42217d563f6a",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Ray of Light (triple j Like a Version)",
    "release_id": "6142fec5-3d5a-4279-8bad-41922efff8ce",
    "release_group_id": "e4faa5f8-bdce-49d9-963c-08edded30dd5",
    "labels": [
        "Australian Broadcasting Corporation"
    ],
    "label_ids": [
        "194dce10-13b7-4c00-b9ba-d71ae6bdd68c"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian band Pond take on the Queen of Pop, Madonna for triple j's Like A Version. \n\n\nwatch pond live on kexp! https://www.youtube.com/watch?v=Ssh7wzRDJIo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}