Information about plays

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

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

{
    "id": 3551332,
    "uri": "https://api.kexp.org/v2/plays/3551332/?format=api",
    "airdate": "2025-09-10T14:47:11-07:00",
    "show": 64526,
    "show_uri": "https://api.kexp.org/v2/shows/64526/?format=api",
    "image_uri": "https://dn721308.ca.archive.org/0/items/mbid-7a66bb5b-6fc9-4725-9bff-d2803781af01/mbid-7a66bb5b-6fc9-4725-9bff-d2803781af01-42529599191_thumb500.jpg",
    "thumbnail_uri": "https://dn721308.ca.archive.org/0/items/mbid-7a66bb5b-6fc9-4725-9bff-d2803781af01/mbid-7a66bb5b-6fc9-4725-9bff-d2803781af01-42529599191_thumb250.jpg",
    "song": "As Alive as You Need Me to Be",
    "track_id": "28a5cf22-a72f-4ea3-9006-11915c23eb82",
    "recording_id": "a9010f3d-e341-4191-ad13-d2bfcd1033ba",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "TRON: Ares: Original Motion Picture Soundtrack",
    "release_id": "7a66bb5b-6fc9-4725-9bff-d2803781af01",
    "release_group_id": "e9dfea93-6076-4e8e-b45e-1fb19c0c7ab3",
    "labels": [
        "Interscope Records",
        "Walt Disney Records",
        "The Null Corporation"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2",
        "1c50034a-5c92-41a4-95ad-0acb7ea4686f",
        "f6f102a5-f7f0-49aa-8470-f71d083e3439"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nine Inch Nails return with their first single in five years 'As Alive as You Need Me to Be'. The record will appear on the original motion picture soundtrack for  'Tron: Ares,' out on September 19th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}