Information about plays

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

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

{
    "id": 3596837,
    "uri": "https://api.kexp.org/v2/plays/3596837/?format=api",
    "airdate": "2025-12-27T19:08:46-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "https://ia800807.us.archive.org/5/items/mbid-cc21fb04-a54d-49c9-bc5d-b0c28158b795/mbid-cc21fb04-a54d-49c9-bc5d-b0c28158b795-41021958518_thumb500.jpg",
    "thumbnail_uri": "https://ia600807.us.archive.org/5/items/mbid-cc21fb04-a54d-49c9-bc5d-b0c28158b795/mbid-cc21fb04-a54d-49c9-bc5d-b0c28158b795-41021958518_thumb250.jpg",
    "song": "MORNING CLOUDZ",
    "track_id": "0fa04ad1-1a55-46e8-811d-531fe6e89159",
    "recording_id": "e5f0d50c-baea-4a01-88a1-c926f9d19d73",
    "artist": "Night Heron feat. ePP",
    "artist_ids": [
        "666488c2-f162-49e5-83df-08253b46f573",
        "80a33ba7-e382-4081-9865-d81dc3e98b58"
    ],
    "album": "ESCAPISM",
    "release_id": "cc21fb04-a54d-49c9-bc5d-b0c28158b795",
    "release_group_id": "485c64f0-b74e-4747-9f08-ad1406223a6b",
    "labels": [
        "Literal Gold"
    ],
    "label_ids": [
        "c55e2b11-2111-4c5d-95d5-35e6e53a6849"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music from Portland's Night Heron, featuring Portland hip hop artist ePP!\n\nhttps://nightheronmusic.bandcamp.com/album/escapism",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}