Information about plays

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

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

{
    "id": 3595134,
    "uri": "https://api.kexp.org/v2/plays/3595134/?format=api",
    "airdate": "2025-12-24T00:47:57-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fa47fef-ed64-42b2-9926-6b51607e8f53/9215623119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1fa47fef-ed64-42b2-9926-6b51607e8f53/9215623119-250.jpg",
    "song": "Father Christmas",
    "track_id": null,
    "recording_id": "3cf3dd99-e33b-462a-9e00-8c4b3bb94fed",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Father Christmas",
    "release_id": null,
    "release_group_id": "31cd8358-d158-4874-87b1-a2a7c45b2e47",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1977-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}