Information about plays

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

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

{
    "id": 3545235,
    "uri": "https://api.kexp.org/v2/plays/3545235/?format=api",
    "airdate": "2025-08-26T22:32:29-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://ia801609.us.archive.org/21/items/mbid-e5c05f22-9758-4b39-bfb5-8ac90148b96e/mbid-e5c05f22-9758-4b39-bfb5-8ac90148b96e-6043926779_thumb500.jpg",
    "thumbnail_uri": "https://ia601609.us.archive.org/21/items/mbid-e5c05f22-9758-4b39-bfb5-8ac90148b96e/mbid-e5c05f22-9758-4b39-bfb5-8ac90148b96e-6043926779_thumb250.jpg",
    "song": "The Heat",
    "track_id": "1d59144d-90b5-4260-ae1c-33ae9e535721",
    "recording_id": "d08d751d-5530-48f0-b3fd-d1afba537cc1",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "The Heat EP",
    "release_id": "1a08d627-841d-4946-aa99-bc04613c583e",
    "release_group_id": "49ab2de8-620d-46ed-9411-c874371033a8",
    "labels": [
        "B3SCI Records"
    ],
    "label_ids": [
        "7150dbb6-a3a1-4fef-b177-ab29ea9aa97c"
    ],
    "release_date": "2013-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut Songs feature! From the prolific soul collective. https://www.junglejunglejungle.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}