Information about plays

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

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

{
    "id": 3620692,
    "uri": "https://api.kexp.org/v2/plays/3620692/?format=api",
    "airdate": "2026-02-22T05:44:37-08:00",
    "show": 65999,
    "show_uri": "https://api.kexp.org/v2/shows/65999/?format=api",
    "image_uri": "https://dn710108.ca.archive.org/0/items/mbid-f9baa5c5-e070-4bac-9f38-444c08dc23e6/mbid-f9baa5c5-e070-4bac-9f38-444c08dc23e6-44023324976_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-f9baa5c5-e070-4bac-9f38-444c08dc23e6/mbid-f9baa5c5-e070-4bac-9f38-444c08dc23e6-44023324976_thumb250.jpg",
    "song": "In Your Ocean",
    "track_id": "fbefe198-8e3c-4a9e-8bd6-22d91dfbb88e",
    "recording_id": "1d580eaf-9e1a-411b-b72a-9e0c72d07f0e",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Hen’s Teeth",
    "release_id": "f9baa5c5-e070-4bac-9f38-444c08dc23e6",
    "release_group_id": "3b67b65e-1114-4c99-ab51-b105b9e405c6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}