Information about plays

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

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

{
    "id": 3567828,
    "uri": "https://api.kexp.org/v2/plays/3567828/?format=api",
    "airdate": "2025-10-21T01:37:54-07:00",
    "show": 64892,
    "show_uri": "https://api.kexp.org/v2/shows/64892/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-8d3f1288-4458-452e-b99e-b92107cb803e/mbid-8d3f1288-4458-452e-b99e-b92107cb803e-42928263879_thumb500.jpg",
    "thumbnail_uri": "https://dn710109.ca.archive.org/0/items/mbid-8d3f1288-4458-452e-b99e-b92107cb803e/mbid-8d3f1288-4458-452e-b99e-b92107cb803e-42928263879_thumb250.jpg",
    "song": "Eleven",
    "track_id": "c7c147ce-e16c-441d-887b-c58451926b3f",
    "recording_id": "d686a221-6223-4995-9bd3-a601d5582e58",
    "artist": "Daphni",
    "artist_ids": [
        "859216c4-5d01-479b-b6c3-e20cc591a86a"
    ],
    "album": "Eleven",
    "release_id": "8d3f1288-4458-452e-b99e-b92107cb803e",
    "release_group_id": "5c7943f0-ef1b-401d-9a67-3cc36ded0237",
    "labels": [
        "Jiaolong"
    ],
    "label_ids": [
        "f9703af9-62b7-45fb-a219-404809a1a622"
    ],
    "release_date": "2025-09-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://caribouband.bandcamp.com/album/eleven",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}