Information about plays

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

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

{
    "id": 3544962,
    "uri": "https://api.kexp.org/v2/plays/3544962/?format=api",
    "airdate": "2025-08-26T07:00:21-07:00",
    "show": 64392,
    "show_uri": "https://api.kexp.org/v2/shows/64392/?format=api",
    "image_uri": "https://ia601503.us.archive.org/2/items/mbid-d4e14775-251c-43ab-90eb-9043f3740224/mbid-d4e14775-251c-43ab-90eb-9043f3740224-38646715256_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/2/items/mbid-d4e14775-251c-43ab-90eb-9043f3740224/mbid-d4e14775-251c-43ab-90eb-9043f3740224-38646715256_thumb250.jpg",
    "song": "Stay Happy",
    "track_id": "422a1feb-16c4-47b5-a98d-875ea6eeb8e8",
    "recording_id": "924183ad-aa4e-4442-ad89-20c859ec4fc5",
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Hug of Thunder",
    "release_id": "d4e14775-251c-43ab-90eb-9043f3740224",
    "release_group_id": "02c033c9-f660-48cb-9927-531a02a6bd9a",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2017-07-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2019, Broken Social Scene performed \"Stay Happy\" at Seattle's Triple Door as part of a concert fore KEXP VIP Club members.  Watch!: https://www.youtube.com/watch?v=PG0uXAGybC0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}