Information about plays

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

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

{
    "id": 3553941,
    "uri": "https://api.kexp.org/v2/plays/3553941/?format=api",
    "airdate": "2025-09-16T23:00:45-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia600409.us.archive.org/29/items/mbid-d44af827-5097-4434-984f-ca6a14cd90e6/mbid-d44af827-5097-4434-984f-ca6a14cd90e6-35623093559_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/29/items/mbid-d44af827-5097-4434-984f-ca6a14cd90e6/mbid-d44af827-5097-4434-984f-ca6a14cd90e6-35623093559_thumb250.jpg",
    "song": "Filter System",
    "track_id": "ebb4e1a3-0403-41cd-9bd9-4bd9e1901cc0",
    "recording_id": "371cddad-7809-4531-86b4-6c87343997cb",
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Filter System",
    "release_id": "d44af827-5097-4434-984f-ca6a14cd90e6",
    "release_group_id": "5094f05a-19b0-4e2b-bf97-15026fb020cd",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "PNW band. https://polyrhythmics.bandcamp.com/album/filter-system-2 Here they are Live on KEXP in 2020: https://www.youtube.com/watch?v=FnP9BsLLhck",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}