Information about plays

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

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

{
    "id": 3551637,
    "uri": "https://api.kexp.org/v2/plays/3551637/?format=api",
    "airdate": "2025-09-11T08:26:17-07:00",
    "show": 64532,
    "show_uri": "https://api.kexp.org/v2/shows/64532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadows",
    "track_id": "e5985ef3-b722-45f6-921d-30387c923e80",
    "recording_id": "02064bcd-8d4d-491b-8c76-decb54af9fa8",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Dear Tommy",
    "release_id": "38d7859b-d1ce-4743-a450-00a3982d1318",
    "release_group_id": "3b2767ce-70ee-4d6b-9045-911dd0470c60",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Shadow\" is a single by Portland band Chromatics. It was featured in Part 2 of Twin Peaks: The Return.\n\nOfficial video here:\nhttps://www.youtube.com/watch?v=IGUboLZx3Tk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}