Information about plays

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

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

{
    "id": 3533556,
    "uri": "https://api.kexp.org/v2/plays/3533556/?format=api",
    "airdate": "2025-07-30T01:47:59-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://ia903209.us.archive.org/22/items/mbid-49a75daf-1099-45ef-bbd6-e6b3ec0b9c9a/mbid-49a75daf-1099-45ef-bbd6-e6b3ec0b9c9a-3676077518_thumb500.jpg",
    "thumbnail_uri": "https://ia903209.us.archive.org/22/items/mbid-49a75daf-1099-45ef-bbd6-e6b3ec0b9c9a/mbid-49a75daf-1099-45ef-bbd6-e6b3ec0b9c9a-3676077518_thumb250.jpg",
    "song": "Iodine",
    "track_id": "9a6a1eb2-e402-374c-821d-46db3c5fc396",
    "recording_id": "a5ca60cc-10f1-44ea-b7ea-7a092094c30b",
    "artist": "When Saints Go Machine",
    "artist_ids": [
        "9a8cbe97-30d3-4e84-83f1-c06004b96315"
    ],
    "album": "Infinity Pool",
    "release_id": "49a75daf-1099-45ef-bbd6-e6b3ec0b9c9a",
    "release_group_id": "61601ce6-c246-491e-af63-50c25ae63e91",
    "labels": [
        "!K7",
        "EMI Music Denmark"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984",
        "344007ab-7f2a-44e8-b933-a224937ed4d9"
    ],
    "release_date": "2013-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Saints Go Machine is a Danish electropop band from Copenhagen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}