Information about plays

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

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

{
    "id": 3595679,
    "uri": "https://api.kexp.org/v2/plays/3595679/?format=api",
    "airdate": "2025-12-25T05:05:34-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d7f82d2-524d-47bd-9a09-f5e2f36d30ee/6474451319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d7f82d2-524d-47bd-9a09-f5e2f36d30ee/6474451319-250.jpg",
    "song": "Warm December",
    "track_id": null,
    "recording_id": "21161dac-eea2-4550-aec7-392c531d3be5",
    "artist": "Julie London",
    "artist_ids": [
        "e7ee5f13-baf5-4a87-b58b-f871c137d4f5"
    ],
    "album": "Calendar Girl",
    "release_id": null,
    "release_group_id": "381f0811-59db-3f56-ac3f-5aabec6d2fff",
    "labels": [
        "Liberty"
    ],
    "label_ids": [
        "f1452309-a828-4665-a70c-aacdf94d154b"
    ],
    "release_date": "1956-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julie London was an American singer and actress whose career spanned more than 40 years. A torch singer noted for her contralto voice, London recorded over thirty albums of pop and jazz standards between 1955 and 1969.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}