Information about plays

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

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

{
    "id": 3622877,
    "uri": "https://api.kexp.org/v2/plays/3622877/?format=api",
    "airdate": "2026-02-27T05:31:36-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-777d51fe-b7c7-4874-9217-40abf09b4924/mbid-777d51fe-b7c7-4874-9217-40abf09b4924-12423981101_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-777d51fe-b7c7-4874-9217-40abf09b4924/mbid-777d51fe-b7c7-4874-9217-40abf09b4924-12423981101_thumb250.jpg",
    "song": "Chicago",
    "track_id": "3b19f26c-8a6b-3b30-aacd-adfe140c6dfa",
    "recording_id": "5efb8ca9-6f8a-4140-9713-13398178cb4d",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Illinois",
    "release_id": "777d51fe-b7c7-4874-9217-40abf09b4924",
    "release_group_id": "1fb75447-c513-38c4-ad8f-1bfc441aa74c",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2005-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Kyle, who's en route to Chicago to celebrate the wedding of Dave and Brooke!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}