Information about plays

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

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

{
    "id": 3556945,
    "uri": "https://api.kexp.org/v2/plays/3556945/?format=api",
    "airdate": "2025-09-24T00:07:36-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/0df36eb8-b7c5-43fe-bf30-40da59223624/29538440074-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0df36eb8-b7c5-43fe-bf30-40da59223624/29538440074-250.jpg",
    "song": "Change (from the Netflix Series “We the People”)",
    "track_id": null,
    "recording_id": "72efcb56-267e-4492-80a8-e9d0a4bfe5f5",
    "artist": "H.E.R.",
    "artist_ids": [
        "93998e01-ff53-4af7-ba2a-5674adcdf21e"
    ],
    "album": "Change (from the Netflix Series “We the People”)",
    "release_id": null,
    "release_group_id": "1cf72a43-2b9a-4973-8481-994ba9321699",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2021-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mmm yes. https://www.her-official.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}