Information about plays

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

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

{
    "id": 3625255,
    "uri": "https://api.kexp.org/v2/plays/3625255/?format=api",
    "airdate": "2026-03-04T15:14:25-08:00",
    "show": 66090,
    "show_uri": "https://api.kexp.org/v2/shows/66090/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-4991df87-15a6-33e8-9718-c17c7282d8de/mbid-4991df87-15a6-33e8-9718-c17c7282d8de-10354133181_thumb500.jpg",
    "thumbnail_uri": "https://ia801209.us.archive.org/28/items/mbid-4991df87-15a6-33e8-9718-c17c7282d8de/mbid-4991df87-15a6-33e8-9718-c17c7282d8de-10354133181_thumb250.jpg",
    "song": "Real Love",
    "track_id": "10b5c43d-8b03-3326-a535-951371697c33",
    "recording_id": "a550155e-7cfe-4c51-948b-777f73225a1c",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Anthology 2",
    "release_id": "4991df87-15a6-33e8-9718-c17c7282d8de",
    "release_group_id": "b6449c69-7d1c-3223-8f4c-6a6fff1fe092",
    "labels": [
        "Apple Records",
        "Capitol Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Real Love,\" produced by Paul McCartney,  is a cover of \"Real Love\" by John Lennon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}