Information about plays

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

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

{
    "id": 3549624,
    "uri": "https://api.kexp.org/v2/plays/3549624/?format=api",
    "airdate": "2025-09-06T13:25:34-07:00",
    "show": 64492,
    "show_uri": "https://api.kexp.org/v2/shows/64492/?format=api",
    "image_uri": "https://ia600403.us.archive.org/17/items/mbid-c763a577-9d2f-4b60-980b-09e994abfc88/mbid-c763a577-9d2f-4b60-980b-09e994abfc88-42409248196_thumb500.jpg",
    "thumbnail_uri": "https://ia600403.us.archive.org/17/items/mbid-c763a577-9d2f-4b60-980b-09e994abfc88/mbid-c763a577-9d2f-4b60-980b-09e994abfc88-42409248196_thumb250.jpg",
    "song": "Hey!",
    "track_id": "089b613f-598b-46de-a085-6fa941b1b98f",
    "recording_id": "9b04ad8c-93f0-4ec5-bbb6-27f05a7c2282",
    "artist": "MADMADMAD",
    "artist_ids": [
        "24c2f48e-2aff-4dfd-afdd-f69a39100590"
    ],
    "album": "Run",
    "release_id": "c763a577-9d2f-4b60-980b-09e994abfc88",
    "release_group_id": "e9c57703-8313-4a6d-8a17-3c40bf809bfd",
    "labels": [
        "Def Pressé"
    ],
    "label_ids": [
        "f794ffab-e6a9-4f52-bfe5-7d5d194d3683"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the UK electronic trio MADMADMAD! Their upcoming EP releases October 3rd.\nLive on KEXP: https://www.youtube.com/watch?v=Mv2yQwVKohg\n\nhttps://madmadmad.bandcamp.com/album/run",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}