Information about plays

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

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

{
    "id": 3556732,
    "uri": "https://api.kexp.org/v2/plays/3556732/?format=api",
    "airdate": "2025-09-23T12:44:15-07:00",
    "show": 64641,
    "show_uri": "https://api.kexp.org/v2/shows/64641/?format=api",
    "image_uri": "https://ia801702.us.archive.org/30/items/mbid-fc08f90b-8de7-4f48-9179-4e7e3ee46012/mbid-fc08f90b-8de7-4f48-9179-4e7e3ee46012-27198653839_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-fc08f90b-8de7-4f48-9179-4e7e3ee46012/mbid-fc08f90b-8de7-4f48-9179-4e7e3ee46012-27198653839_thumb250.jpg",
    "song": "Fifty‐Mission Cap",
    "track_id": "79d39ffe-e0d6-43c0-918f-55b94413736c",
    "recording_id": "4d13bd07-9044-4725-95a3-ead514f742f2",
    "artist": "The Tragically Hip",
    "artist_ids": [
        "e86ab653-bec8-46f3-b4b6-a1a866919ef6"
    ],
    "album": "Fully Completely",
    "release_id": "fc08f90b-8de7-4f48-9179-4e7e3ee46012",
    "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": "R.I.P., Gord Downie, singer, who died in 2017 at age 53 from brain cancer: https://www.npr.org/sections/thetwo-way/2017/10/18/558525152/gord-downie-singer-of-the-tragically-hip-dies-at-53",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}