Information about plays

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

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

{
    "id": 3564655,
    "uri": "https://api.kexp.org/v2/plays/3564655/?format=api",
    "airdate": "2025-10-13T18:31:30-07:00",
    "show": 64827,
    "show_uri": "https://api.kexp.org/v2/shows/64827/?format=api",
    "image_uri": "https://ia800808.us.archive.org/27/items/mbid-6a24cedb-bf44-49af-a3d1-874c96310167/mbid-6a24cedb-bf44-49af-a3d1-874c96310167-21525881885_thumb500.jpg",
    "thumbnail_uri": "https://ia800808.us.archive.org/27/items/mbid-6a24cedb-bf44-49af-a3d1-874c96310167/mbid-6a24cedb-bf44-49af-a3d1-874c96310167-21525881885_thumb250.jpg",
    "song": "Becomes Apparent",
    "track_id": "e00180be-5c90-433b-98b5-7bf56acc3e7a",
    "recording_id": "62bc7a74-4ee6-4a69-9b35-d82d8fadb5ed",
    "artist": "John Trudell & Kwest",
    "artist_ids": [
        "fd7e9544-2904-4525-b39c-9ec2bd5e2f7d",
        "8a4cbda4-2cdc-4d02-a22e-fb3ac3496f74"
    ],
    "album": "Through The Dust",
    "release_id": "6a24cedb-bf44-49af-a3d1-874c96310167",
    "release_group_id": "b5b394e6-86a6-446e-9dfd-a577c72b6b0f",
    "labels": [
        "Mundartisten Records"
    ],
    "label_ids": [
        "0748c4fd-ec84-449d-9067-0b706be8e014"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Trudell (Santee Dakota), was an American author, poet, actor, musician, and political activist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}