Information about plays

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

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

{
    "id": 3566407,
    "uri": "https://api.kexp.org/v2/plays/3566407/?format=api",
    "airdate": "2025-10-17T15:37:45-07:00",
    "show": 64858,
    "show_uri": "https://api.kexp.org/v2/shows/64858/?format=api",
    "image_uri": "https://ia800200.us.archive.org/22/items/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa-11452458311_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/22/items/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa-11452458311_thumb250.jpg",
    "song": "Moody (Spaced Out)",
    "track_id": "272151bf-8a56-3cbb-860b-c5c063969860",
    "recording_id": "d093641c-20bf-4498-a91e-f61502c245ea",
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Dance to the Best of ESG",
    "release_id": "4d1debfc-8faf-497a-82ae-e68ce1f8cdfa",
    "release_group_id": "c5bef94a-ce05-48a9-9482-04a36869b3d4",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2010-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Moody,\" from ESG's debut self-titled EP (1981), was recorded on the first take and is considered one of the first post-disco tracks that helped inspire house music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}