Information about plays

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

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

{
    "id": 3595015,
    "uri": "https://api.kexp.org/v2/plays/3595015/?format=api",
    "airdate": "2025-12-23T18:25:45-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Signs",
    "track_id": "4aa63cb9-73e4-4a99-9e06-15330be60942",
    "recording_id": "071baed3-f3a8-43f2-8bd3-ebb300cce126",
    "artist": "Water From Your Eyes",
    "artist_ids": [
        "09f91305-e193-48af-92e3-252b3dd5e718"
    ],
    "album": "It's A Beautiful Place",
    "release_id": "1c40c989-5d6b-4041-ad22-85b8b9dd3a4c",
    "release_group_id": "9398c054-a0d2-4fd4-a95b-9afc02012827",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Water From Your Eyes latest album, \"It's A Beautiful Place\" was released in August. It was #59 on KEXP's Top Albums of 2025 countdown on December 19th. You can listen to the countdown in the KEXP Archive here: https://www.kexp.org/archive/\nhttps://www.waterfromyoureyes.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}