Information about plays

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

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

{
    "id": 3595698,
    "uri": "https://api.kexp.org/v2/plays/3595698/?format=api",
    "airdate": "2025-12-25T05:48:00-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://coverartarchive.org/release/c67ffcf5-f858-4798-a808-916fd453abf7/28141500900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c67ffcf5-f858-4798-a808-916fd453abf7/28141500900-250.jpg",
    "song": "Love Is a Christmas Rose",
    "track_id": null,
    "recording_id": "e0518dc4-a54a-4bc6-9d9e-3a1f11f054b2",
    "artist": "Perry Como",
    "artist_ids": [
        "0182474b-8a1d-46d0-9d0f-e6df353335ea"
    ],
    "album": "Greatest Christmas Songs",
    "release_id": null,
    "release_group_id": "73cf76e9-b4c9-3d24-a465-6dd8565eeda0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing the crooner Christmas vibes: \nFriendship is a holly tree\nThat brightens as it grows\nFriendship is a holly tree\nBut love is a Christmas rose",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}