Information about plays

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

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

{
    "id": 3621941,
    "uri": "https://api.kexp.org/v2/plays/3621941/?format=api",
    "airdate": "2026-02-25T02:52:15-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87-44252747210_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87-44252747210_thumb250.jpg",
    "song": "Not Around Anymore",
    "track_id": "06900bab-9cf8-4f8e-91c8-251e4931bc63",
    "recording_id": "be26415b-3405-49ff-a367-be3c6aaffa8b",
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Remember The Humans",
    "release_id": "c9cc7838-5efe-4aee-a0a8-4ed638c9ec87",
    "release_group_id": "3d239ce7-3d99-411c-aede-365677575cea",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2026-05-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broken Social Scene have announced their first new album since 2017’s great \"Hug of Thunder.\" \n\n\"Remember the Humans\" is due out on May 8.  This is the lead single.\n\nhttps://brokensocialscene.bandcamp.com/album/remember-the-humans\n\nThey will be on tour with Metric this summer and will play The Masonic in SF on June 21st and 22nd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}