Information about plays

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

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

{
    "id": 3595580,
    "uri": "https://api.kexp.org/v2/plays/3595580/?format=api",
    "airdate": "2025-12-24T23:51:48-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock ’n’ Roll Santa Claus",
    "track_id": null,
    "recording_id": "5ca954aa-73f0-4a81-b40a-6f445b574e48",
    "artist": "Huey “Piano” Smith & His Clowns",
    "artist_ids": [
        "91120af3-5f27-46da-a105-2d28d453b973"
    ],
    "album": "’Twas the Night Before Christmas",
    "release_id": null,
    "release_group_id": "087e8400-a566-43ce-9778-a71db6c5c5ff",
    "labels": [
        "Westside"
    ],
    "label_ids": [
        "63c75312-a6e7-4768-b33e-c4bca96a2cf5"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}