Information about plays

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

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

{
    "id": 3542361,
    "uri": "https://api.kexp.org/v2/plays/3542361/?format=api",
    "airdate": "2025-08-20T05:34:44-07:00",
    "show": 64337,
    "show_uri": "https://api.kexp.org/v2/shows/64337/?format=api",
    "image_uri": "https://dn721207.ca.archive.org/0/items/mbid-11633128-0a8a-4696-963f-bd42a821dec6/mbid-11633128-0a8a-4696-963f-bd42a821dec6-42564437365_thumb500.jpg",
    "thumbnail_uri": "https://dn721207.ca.archive.org/0/items/mbid-11633128-0a8a-4696-963f-bd42a821dec6/mbid-11633128-0a8a-4696-963f-bd42a821dec6-42564437365_thumb250.jpg",
    "song": "Tell Me",
    "track_id": "1868254d-35fd-453e-a4e6-44976ee653fb",
    "recording_id": "f11ad805-6066-424d-b7ec-9b97c9b592bf",
    "artist": "Factory Floor",
    "artist_ids": [
        "1ad28cfc-cf6f-4f0c-a902-5066a0d02fff"
    ],
    "album": "Tell Me",
    "release_id": "11633128-0a8a-4696-963f-bd42a821dec6",
    "release_group_id": "8213cf53-6904-40d5-bb89-3feb229a0272",
    "labels": [
        "Phantasy Sound"
    ],
    "label_ids": [
        "3d6bc195-3830-4dab-a4b7-cff1593a5b58"
    ],
    "release_date": "2025-07-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘Tell Me’ was recorded by Factory Floor’s current lineup of Gabe Gurnsey, Nik Colk Void and Joe Ward, while New Order’s Stephen Morris provides additional drum tracking on the song.\n \n\"Tell Me\" follows their previous single \"Between You,\" which the group released earlier this year to mark their first release of new material in seven years: https://factoryfloor.bandcamp.com/album/tell-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}