Information about plays

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

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

{
    "id": 3547158,
    "uri": "https://api.kexp.org/v2/plays/3547158/?format=api",
    "airdate": "2025-08-31T12:31:04-07:00",
    "show": 64437,
    "show_uri": "https://api.kexp.org/v2/shows/64437/?format=api",
    "image_uri": "https://ia802800.us.archive.org/5/items/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a-11407551476_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/5/items/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a-11407551476_thumb250.jpg",
    "song": "As Long as I’ve Got You",
    "track_id": "d1bdf0ae-466e-31ef-b129-906bcd3d7b57",
    "recording_id": "dbc77df6-6575-4217-bfdd-3388f34a8427",
    "artist": "The Charmels",
    "artist_ids": [
        "d08940ab-28b0-421a-bb60-f050911671f8"
    ],
    "album": "The Complete Stax‐Volt Singles: 1959–1968",
    "release_id": "54d131cf-79f4-49db-83d1-4176f97a2e3a",
    "release_group_id": "bbfdec60-f02d-331d-bd0e-e8315e10ee76",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second single from Memphis quartet The Charmels was sampled by Wu-Tang Clan for \"C.R.E.A.M.\"\n\nhttps://staxrecords.com/spotlight/stax-groups-the-astors-jeanne-the-darlings-the-charmels/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}