Information about plays

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

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

{
    "id": 3595719,
    "uri": "https://api.kexp.org/v2/plays/3595719/?format=api",
    "airdate": "2025-12-25T06:35:40-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://ia802800.us.archive.org/5/items/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a-11407551476_thumb500.jpg",
    "thumbnail_uri": "https://ia902800.us.archive.org/5/items/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a-11407551476_thumb250.jpg",
    "song": "Gee Whiz It’s Christmas",
    "track_id": "f34c8fee-95d9-39d2-bd08-a6e2a83fbf4b",
    "recording_id": "e609f9c7-35f9-43a2-bed8-05063f6c7803",
    "artist": "Carla Thomas",
    "artist_ids": [
        "66e2a444-5303-4cdf-b20f-d377ecf465ed"
    ],
    "album": "The Complete Stax‐Volt Singles: 1959–1968",
    "release_id": "54d131cf-79f4-49db-83d1-4176f97a2e3a",
    "release_group_id": "bbfdec60-f02d-331d-bd0e-e8315e10ee76",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Vista Blue's \"The Christmas Collection, vol. 1\"\n\nhttps://radiantradish.bandcamp.com/album/vista-blue-the-christmas-collection-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}