Information about plays

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

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

{
    "id": 3573403,
    "uri": "https://api.kexp.org/v2/plays/3573403/?format=api",
    "airdate": "2025-11-03T07:09:32-08:00",
    "show": 65012,
    "show_uri": "https://api.kexp.org/v2/shows/65012/?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": "Dear Tommy is the unreleased sixth studio album by Chromatics, originally scheduled for release on Valentine's Day 2015, then 2018. The album had not been released by the time the group disbanded in 2021, although 11 songs that were at one point intended for Dear Tommy were released between 2014 and 2020\n--\n\"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"
}