Information about plays

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

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

{
    "id": 3542693,
    "uri": "https://api.kexp.org/v2/plays/3542693/?format=api",
    "airdate": "2025-08-21T00:50:36-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd0558d4-a192-426f-922d-85378a658a99/5985522280-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd0558d4-a192-426f-922d-85378a658a99/5985522280-250.jpg",
    "song": "See You",
    "track_id": null,
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Catching Up With Depeche Mode",
    "release_id": null,
    "release_group_id": "a9464850-01d0-394a-af39-63d225914c86",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}