Information about plays

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

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

{
    "id": 3598284,
    "uri": "https://api.kexp.org/v2/plays/3598284/?format=api",
    "airdate": "2025-12-31T03:47:42-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Things She Said",
    "track_id": null,
    "recording_id": null,
    "artist": "Harrison",
    "artist_ids": [
        "a5e692e1-709c-4d0c-b0c8-33a8b985277f"
    ],
    "album": "All the Things She Said",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HEATED RIVALRY\nThe song and its cover by a British producer Harrison were used in the episode \"Rose\" of the Canadian TV series Heated Rivalry, about hockey players from Russia and Canada who fall in love.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}