Information about plays

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

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

{
    "id": 3617392,
    "uri": "https://api.kexp.org/v2/plays/3617392/?format=api",
    "airdate": "2026-02-14T13:13:50-08:00",
    "show": 65932,
    "show_uri": "https://api.kexp.org/v2/shows/65932/?format=api",
    "image_uri": "https://ia800206.us.archive.org/12/items/mbid-df025315-4897-4759-ba77-d2cd09b5b4b6/mbid-df025315-4897-4759-ba77-d2cd09b5b4b6-2547017886_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-df025315-4897-4759-ba77-d2cd09b5b4b6/mbid-df025315-4897-4759-ba77-d2cd09b5b4b6-2547017886_thumb250.jpg",
    "song": "All the Love in the World",
    "track_id": "5e3dd0d7-3277-3156-abce-d25415e24869",
    "recording_id": "b2e0a60a-19f3-4a11-8adf-1827e68257d4",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "With Teeth",
    "release_id": "df025315-4897-4759-ba77-d2cd09b5b4b6",
    "release_group_id": "10224fb3-a861-3247-9eab-81b7b0fbb0d4",
    "labels": [
        "Island",
        "Interscope Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"All the Love in the World\" features Dave Grohl on drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}