Information about plays

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

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

{
    "id": 3637131,
    "uri": "https://api.kexp.org/v2/plays/3637131/?format=api",
    "airdate": "2026-04-03T04:06:33-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-beddfa86-97c5-4374-ab5a-e70c62c808a7/mbid-beddfa86-97c5-4374-ab5a-e70c62c808a7-44098835361_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-beddfa86-97c5-4374-ab5a-e70c62c808a7/mbid-beddfa86-97c5-4374-ab5a-e70c62c808a7-44098835361_thumb250.jpg",
    "song": "Phoenix Rising",
    "track_id": "7293d494-4af0-43ca-97c7-3de25a980848",
    "recording_id": "3961911e-84b0-4566-af6a-44d5c1c6e9fc",
    "artist": "Dominique Fils-Aimé",
    "artist_ids": [
        "6ac4d6ec-0d09-4146-9930-0a00f19f5119"
    ],
    "album": "My World Is The Sun",
    "release_id": "beddfa86-97c5-4374-ab5a-e70c62c808a7",
    "release_group_id": "cc5de6bc-69af-4b80-8f44-a1aead60fda2",
    "labels": [
        "Ensoul Records"
    ],
    "label_ids": [
        "100cfe3f-a115-4ffc-b551-5b1ace15d502"
    ],
    "release_date": "2026-02-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}