Information about plays

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

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

{
    "id": 3628585,
    "uri": "https://api.kexp.org/v2/plays/3628585/?format=api",
    "airdate": "2026-03-14T00:56:12-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5-4422097159_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5-4422097159_thumb250.jpg",
    "song": "Casualties of War",
    "track_id": "d397ee2e-0335-3ee6-a068-93d98765d141",
    "recording_id": "664ed564-17bf-4cc3-95c5-139799df52f8",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Don’t Sweat the Technique",
    "release_id": "09f01bc1-0cc1-3691-9183-c03d1a0982c5",
    "release_group_id": "9dfddf97-e254-3864-8033-1b87f75d902f",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}