Information about plays

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

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

{
    "id": 3593662,
    "uri": "https://api.kexp.org/v2/plays/3593662/?format=api",
    "airdate": "2025-12-20T20:39:25-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wish It Was Christmas",
    "track_id": "85c77a0b-a780-4167-8857-3c61771b9096",
    "recording_id": "536aff91-f967-4a25-b121-0562595bb55d",
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "Lust Never Sleeps",
    "release_id": "ec5e955c-8e45-4d33-96c7-dd1b9af30ec6",
    "release_group_id": "44281039-5571-4f96-8193-5070691c4e1d",
    "labels": [
        "Endgame Records"
    ],
    "label_ids": [
        "78a72d79-0499-43ea-ba22-9681a13b92e3"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the full discography from the Green Pajamas here: https://thegreenpajamas1.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}