Information about plays

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

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

{
    "id": 3548722,
    "uri": "https://api.kexp.org/v2/plays/3548722/?format=api",
    "airdate": "2025-09-04T05:44:23-07:00",
    "show": 64469,
    "show_uri": "https://api.kexp.org/v2/shows/64469/?format=api",
    "image_uri": "https://ia800204.us.archive.org/10/items/mbid-f6108f99-488a-3498-98eb-b037af8268d8/mbid-f6108f99-488a-3498-98eb-b037af8268d8-2514907489_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/10/items/mbid-f6108f99-488a-3498-98eb-b037af8268d8/mbid-f6108f99-488a-3498-98eb-b037af8268d8-2514907489_thumb250.jpg",
    "song": "Run Like Hell",
    "track_id": "4dd47d14-8d2c-3db0-aa24-f9dd8c06b847",
    "recording_id": "d36e0b66-a91c-44ee-98c1-881ac8157439",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Wall",
    "release_id": "f6108f99-488a-3498-98eb-b037af8268d8",
    "release_group_id": "f2026101-945b-3d05-9ef4-aa718fc3feef",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2017 Billboard ranked this song #2 in their list of 'top 50 Pink Floyd songs'.\n--\nPink Floyd \"Run Like Hell\" from the 1994 concert at Earls Court, London, England:\nhttps://youtu.be/utLwdxt1UPA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}