Information about plays

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

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

{
    "id": 3562672,
    "uri": "https://api.kexp.org/v2/plays/3562672/?format=api",
    "airdate": "2025-10-08T11:09:58-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://ia600209.us.archive.org/16/items/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd-16381538624_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/16/items/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd-16381538624_thumb250.jpg",
    "song": "Rock With You",
    "track_id": "ea323dfc-dee2-3e23-9a44-76872087c020",
    "recording_id": "687971bf-d15c-4e63-8067-e9518fbe21bc",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Off the Wall",
    "release_id": "21552aeb-bae2-3d45-baa3-396b3f2795cd",
    "release_group_id": "ee749c63-5699-38e0-b565-7e84414648d9",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1983-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#322\n\n\"This was Michael Jackson's third #1 on the Billboard Hot 100; his first two were \"Ben,\" and \"Don't Stop 'Til You Get Enough.\"\n\nhttps://www.songfacts.com/facts/michael-jackson/rock-with-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}