Information about plays

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

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

{
    "id": 3641087,
    "uri": "https://api.kexp.org/v2/plays/3641087/?format=api",
    "airdate": "2026-04-12T06:33:43-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "https://coverartarchive.org/release/b74346ae-5fd4-40db-8bb8-4061c75c6970/17954781539-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b74346ae-5fd4-40db-8bb8-4061c75c6970/17954781539-250.jpg",
    "song": "Holidays II",
    "track_id": null,
    "recording_id": "0cdc64eb-e7b8-4db9-824e-891dcfd6e27c",
    "artist": "The Ears on The Trees",
    "artist_ids": [
        "b8f733b4-018f-47a5-8644-23ed42930071"
    ],
    "album": "New beginnings",
    "release_id": null,
    "release_group_id": "b5d5488e-5593-4e38-93ca-b70a0a9b4a95",
    "labels": [
        "Constellation Tatsu"
    ],
    "label_ids": [],
    "release_date": "2017-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throwback to an ambient fave that came out before 'Pacific Notions' launched with this 2017 gem from Russian artist Marat Khaybullin under his The ears on the trees alias ~ https://ctatsu.bandcamp.com/album/new-beginnings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}