Information about plays

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

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

{
    "id": 3618672,
    "uri": "https://api.kexp.org/v2/plays/3618672/?format=api",
    "airdate": "2026-02-17T10:12:08-08:00",
    "show": 65958,
    "show_uri": "https://api.kexp.org/v2/shows/65958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Northern Air",
    "track_id": "552fbc34-1885-3bf0-bf0d-81dc6d28edc4",
    "recording_id": "6c2335c9-b9cd-4163-bcda-b78f51a18f27",
    "artist": "Elliott BROOD",
    "artist_ids": [
        "6407b0d9-23d6-4e6a-a050-7fd576a52867"
    ],
    "album": "Days Into Years",
    "release_id": "2141dd01-09c3-40a1-851a-cf333b8cdc2b",
    "release_group_id": "835f88d0-c970-4f2d-bdb9-d7fbf84d4c42",
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We loved it when this Canadian band performed live in our studio in 2012 (Cheryl was their gracious host.): https://www.youtube.com/watch?v=BAY_6Y-7r8s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}