Information about plays

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

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

{
    "id": 3584595,
    "uri": "https://api.kexp.org/v2/plays/3584595/?format=api",
    "airdate": "2025-11-29T16:52:47-08:00",
    "show": 65243,
    "show_uri": "https://api.kexp.org/v2/shows/65243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "hide",
    "track_id": "8d3bb11e-a77b-494f-8916-1905eb67d342",
    "recording_id": "174ea40d-aff0-4cef-acf6-82163f91061d",
    "artist": "bloom effect",
    "artist_ids": [
        "738ff196-98c6-4f9a-8251-eb1bf4774308"
    ],
    "album": "Oscilón",
    "release_id": "c09a71f8-cebd-43ec-9097-01a07c7bfab9",
    "release_group_id": "8283b069-64f2-4181-9ef8-ceaeda212aa0",
    "labels": [
        "Kingfisher Bluez"
    ],
    "label_ids": [
        "8d277268-4f5a-4329-9ab5-5bcb75a9874e"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "new EP from Vancouver’s bloom effect",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}