Information about plays

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

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

{
    "id": 3547286,
    "uri": "https://api.kexp.org/v2/plays/3547286/?format=api",
    "airdate": "2025-08-31T19:25:57-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e4cd499-2b01-4c33-824f-0e93b69a2e29/34117537575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e4cd499-2b01-4c33-824f-0e93b69a2e29/34117537575-250.jpg",
    "song": "Holy Ghost",
    "track_id": null,
    "recording_id": "318e53d0-808e-47c1-85dc-22c97d4c24ef",
    "artist": "The Bar‐Kays",
    "artist_ids": [
        "919ac2b3-aa04-4732-93f8-742ebb7a03f2"
    ],
    "album": "Money Talks",
    "release_id": null,
    "release_group_id": "67734251-5236-3dd7-9e4e-77813f531e10",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Nick in Sacramento!\n\nSampled in M|A|R|R|S \"Pump Up the Volume\"! This one comes from The Bar-Kays, a Memphis group that formed in 1966.\n\nThe Bar-Kays were fixtures of the soul, R&B, and funk charts and have been sampled heavily, including multiple references in The Sugar Hill Gang's 1979 \"Rapper's Delight\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}