Information about plays

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

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

{
    "id": 3533584,
    "uri": "https://api.kexp.org/v2/plays/3533584/?format=api",
    "airdate": "2025-07-30T03:23:47-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-2efe597f-5843-4144-9652-bd304e10ea2a/mbid-2efe597f-5843-4144-9652-bd304e10ea2a-42585331521_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-2efe597f-5843-4144-9652-bd304e10ea2a/mbid-2efe597f-5843-4144-9652-bd304e10ea2a-42585331521_thumb250.jpg",
    "song": "Love On the Big Screen",
    "track_id": "23c63bf3-0330-410d-a273-bc4f308fe915",
    "recording_id": "852b6f84-671f-4648-a22f-c858d3d5cd27",
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Love On the Big Screen",
    "release_id": "2efe597f-5843-4144-9652-bd304e10ea2a",
    "release_group_id": "c8ec64a2-6a33-46ae-9f52-fcc1157c18b7",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-06-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Animal Collective!\n\nhttps://home.myanimalhome.net/#/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}