Information about plays

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

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

{
    "id": 3627593,
    "uri": "https://api.kexp.org/v2/plays/3627593/?format=api",
    "airdate": "2026-03-11T01:00:53-07:00",
    "show": 66148,
    "show_uri": "https://api.kexp.org/v2/shows/66148/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-eb22086e-8345-4cd2-8095-e364c885f85d/mbid-eb22086e-8345-4cd2-8095-e364c885f85d-12841690323_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-eb22086e-8345-4cd2-8095-e364c885f85d/mbid-eb22086e-8345-4cd2-8095-e364c885f85d-12841690323_thumb250.jpg",
    "song": "Mountain Song",
    "track_id": "99581a6b-8ead-4e32-89af-5495f9d1bd11",
    "recording_id": "3e595273-9f3c-4e00-bc58-034575913e29",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Nothing’s Shocking",
    "release_id": "eb22086e-8345-4cd2-8095-e364c885f85d",
    "release_group_id": "97b7e291-8714-3e54-ac24-480be535ee8d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "COMING DOWN THE MOUNTAIN ! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}