Information about plays

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

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

{
    "id": 3577641,
    "uri": "https://api.kexp.org/v2/plays/3577641/?format=api",
    "airdate": "2025-11-13T11:48:18-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Courage (for Hugh MacLennan)",
    "track_id": "7d2cdbc0-fd84-48f4-a367-f1489b65604b",
    "recording_id": "c216f892-e329-4986-9373-6d95660801d6",
    "artist": "The Tragically Hip",
    "artist_ids": [
        "e86ab653-bec8-46f3-b4b6-a1a866919ef6"
    ],
    "album": "Fully Completely",
    "release_id": "00fa9271-8d6d-4b19-8adf-7590f8bd4504",
    "release_group_id": "2959fc5f-2cf0-3325-af9d-b20e6cc1d1a9",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Alyssa:\n\nThis day of music heals falls ironically two days before the celebration of life planned for a dear friend Simon. Tragically his life was cut far too short this summer. He lived boldly in the face of death, and we will do our best to honor him this weekend. His Canadian brothers are coming together for his celebration so in his honor, if you could play anything by the tragically hip, that would be a great tribute to our friend.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}