Information about plays

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

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

{
    "id": 3599137,
    "uri": "https://api.kexp.org/v2/plays/3599137/?format=api",
    "airdate": "2026-01-02T07:37:10-08:00",
    "show": 65539,
    "show_uri": "https://api.kexp.org/v2/shows/65539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pale Kings",
    "track_id": "9cb248b1-2864-4803-ab12-b536e24e334f",
    "recording_id": "44da0f67-1a4e-4572-a7d4-b35f5bf6f904",
    "artist": "Shearwater",
    "artist_ids": [
        "9df31471-e54e-43ba-bbe8-38fd94c63dbb"
    ],
    "album": "Jet Plane and Oxbow",
    "release_id": "39d2c633-6913-4a46-96bb-5b2400082483",
    "release_group_id": "ab830d15-30c8-4323-8aaf-f1a6939a98a4",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Rob!\n--\nWe absolutely loved it when Shearwater performed \"Pale Kings\" live in the KEXP studio in 2016: https://www.youtube.com/watch?v=JaIwheFXfx0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}