Information about plays

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

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

{
    "id": 3623305,
    "uri": "https://api.kexp.org/v2/plays/3623305/?format=api",
    "airdate": "2026-02-28T04:37:55-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-e43c70f7-bcc8-3420-88b9-25796890491d/mbid-e43c70f7-bcc8-3420-88b9-25796890491d-14016345776_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-e43c70f7-bcc8-3420-88b9-25796890491d/mbid-e43c70f7-bcc8-3420-88b9-25796890491d-14016345776_thumb250.jpg",
    "song": "Meditation #2",
    "track_id": "ed73b0d1-a7db-3966-acf4-b78a898e2226",
    "recording_id": "ce24a49a-6bbc-44c9-8539-bd96ce76d654",
    "artist": "Laraaji",
    "artist_ids": [
        "249e0ab9-2690-47f3-8c9a-ef7bb62ee466"
    ],
    "album": "Ambient 3: Day of Radiance",
    "release_id": "e43c70f7-bcc8-3420-88b9-25796890491d",
    "release_group_id": "e3349518-b31b-3987-92d4-d4d5334b6772",
    "labels": [
        "Editions EG"
    ],
    "label_ids": [
        "05674da4-44db-4db3-8724-2a19870d5189"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}