Information about plays

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

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

{
    "id": 3519612,
    "uri": "https://api.kexp.org/v2/plays/3519612/?format=api",
    "airdate": "2025-06-27T17:51:16-07:00",
    "show": 63852,
    "show_uri": "https://api.kexp.org/v2/shows/63852/?format=api",
    "image_uri": "https://ia800209.us.archive.org/16/items/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd-16381538624_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/16/items/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd/mbid-21552aeb-bae2-3d45-baa3-396b3f2795cd-16381538624_thumb250.jpg",
    "song": "Workin’ Day and Night",
    "track_id": "cc67e0b6-d1f0-3d85-95d4-d7d1527671e5",
    "recording_id": "a31601ca-a045-44d4-8d26-2be9fb615cff",
    "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": "MARCO COLLINS TAKEOVER!\n\nKinda like KEXP-workin day and night, 7 days a week babyyyy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}