Information about plays

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

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

{
    "id": 3525053,
    "uri": "https://api.kexp.org/v2/plays/3525053/?format=api",
    "airdate": "2025-07-10T06:53:10-07:00",
    "show": 63971,
    "show_uri": "https://api.kexp.org/v2/shows/63971/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-6c8a6701-c71d-36fe-a226-9d5b29454356/mbid-6c8a6701-c71d-36fe-a226-9d5b29454356-33438863282_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-6c8a6701-c71d-36fe-a226-9d5b29454356/mbid-6c8a6701-c71d-36fe-a226-9d5b29454356-33438863282_thumb250.jpg",
    "song": "Wax and Wane",
    "track_id": "5d10104c-9b0c-3ea3-aa18-7d0aaf20ac68",
    "recording_id": "193805c6-3a8d-4b31-936f-1cd27357f2a7",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Garlands",
    "release_id": "6c8a6701-c71d-36fe-a226-9d5b29454356",
    "release_group_id": "9e49ba16-74f0-389e-9b76-7a13c7171a00",
    "labels": [
        "4AD",
        "Capitol Records"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1991-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1982, Cocteau Twins released their debut studio album 'Garlands' featuring “Wax and Wane.”\n\nThe photo on the front cover of Cocteau Twins' debut album, \"Garlands,\" was part of a  Graphic Design course project for alternative images for Siouxsie and the Banshees' debut album 'The Scream.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}