Information about plays

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

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

{
    "id": 3542946,
    "uri": "https://api.kexp.org/v2/plays/3542946/?format=api",
    "airdate": "2025-08-21T16:46:42-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-00fa9271-8d6d-4b19-8adf-7590f8bd4504/mbid-00fa9271-8d6d-4b19-8adf-7590f8bd4504-27025690472_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-00fa9271-8d6d-4b19-8adf-7590f8bd4504/mbid-00fa9271-8d6d-4b19-8adf-7590f8bd4504-27025690472_thumb250.jpg",
    "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": "John in Capital District NY:\n\nI have had several close friends who have had to battle – and so far beat – cancer.  In honor of them and in memory of Gord Downie, could you play “Courage (for Hugh MacLennan)” by The Tragically Hip.\n Thanks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}