Information about plays

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

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

{
    "id": 3543635,
    "uri": "https://api.kexp.org/v2/plays/3543635/?format=api",
    "airdate": "2025-08-23T06:00:52-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc6dee20-448c-387d-8eb4-a7cb737ae1b7/23441368012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc6dee20-448c-387d-8eb4-a7cb737ae1b7/23441368012-250.jpg",
    "song": "Pandora (For Cindy)",
    "track_id": null,
    "recording_id": "af9195ee-f4de-4371-9dd5-3e6f0708c603",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": null,
    "release_group_id": "e0023081-c755-377d-9bbf-fd7551d5d14c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1984-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}