Information about plays

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

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

{
    "id": 3633084,
    "uri": "https://api.kexp.org/v2/plays/3633084/?format=api",
    "airdate": "2026-03-24T10:31:11-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-0e272d73-ed9d-48b0-809c-8c562be52bd7/mbid-0e272d73-ed9d-48b0-809c-8c562be52bd7-41681726940_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-0e272d73-ed9d-48b0-809c-8c562be52bd7/mbid-0e272d73-ed9d-48b0-809c-8c562be52bd7-41681726940_thumb250.jpg",
    "song": "Say Your Prayers",
    "track_id": "180cc54d-0e6a-3db6-bc4a-0c3d238bcd06",
    "recording_id": "15233655-4c01-45ca-96d5-9add1c01cea5",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Step in the Arena",
    "release_id": "0e272d73-ed9d-48b0-809c-8c562be52bd7",
    "release_group_id": "b66d223b-f057-3bba-9fee-92ee3db86257",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1991-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Gang Starr song directly sampled multiple elements of the Donald Byrd-produced \"Wilford's Gone\" from The Blackbyrds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}