Information about plays

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

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

{
    "id": 3595144,
    "uri": "https://api.kexp.org/v2/plays/3595144/?format=api",
    "airdate": "2025-12-24T01:23:05-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colder Than Ice",
    "track_id": "1cd94c48-c224-4424-8def-13545035cfd8",
    "recording_id": "394a95db-85a3-44b0-afd2-41146cfb8b4b",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "The Weather",
    "release_id": "bf9c7fde-8c3e-4682-8c07-c3be19b1e620",
    "release_group_id": "476241c2-a06b-4c97-9e5e-7b989a8a518f",
    "labels": [
        "Marathon Artists"
    ],
    "label_ids": [
        "1233e5e0-9e19-4ee6-9cab-a8e17ddb4ff4"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pond are a psychedelic rock band hailing from Perth, Australia -- Tame Impala frontman Kevin Parker produced this LP.\n--\nCheryl Waters hosted Pond Live in the KEXP Studio in April 2017 for one of the first events in our new home -- https://youtu.be/Ssh7wzRDJIo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}