Information about plays

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

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

{
    "id": 3550338,
    "uri": "https://api.kexp.org/v2/plays/3550338/?format=api",
    "airdate": "2025-09-08T06:28:46-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia601801.us.archive.org/12/items/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a-42533859003_thumb500.jpg",
    "thumbnail_uri": "https://ia601801.us.archive.org/12/items/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a-42533859003_thumb250.jpg",
    "song": "Everyday",
    "track_id": "beeb33ec-1ed6-40f8-9b86-2c251a1b857c",
    "recording_id": "e61bab9a-2f47-4ac1-9fce-2c06fd568cb5",
    "artist": "Acapulco Lips",
    "artist_ids": [
        "161f6179-7ccf-425f-89de-8c40f98eb4b0"
    ],
    "album": "Now",
    "release_id": "1ca786a1-112e-4b8f-b622-2f8ce166007a",
    "release_group_id": "9a081602-b890-4ed2-a210-309395a43666",
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2025-07-14",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New album by Seattle's Acapulco Lips! \nhttps://acapulcolips.bandcamp.com/album/now\n\nCheck out their Live on KEXP performance  from July 2016 here: https://youtu.be/q6KkLXshDJQ?si=C-8xVvFNw89Ci2Vv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}