Information about plays

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

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

{
    "id": 3533029,
    "uri": "https://api.kexp.org/v2/plays/3533029/?format=api",
    "airdate": "2025-07-28T23:36:41-07:00",
    "show": 64141,
    "show_uri": "https://api.kexp.org/v2/shows/64141/?format=api",
    "image_uri": "https://coverartarchive.org/release/599e9232-003d-4429-9092-46bce38ce11b/1877866061-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/599e9232-003d-4429-9092-46bce38ce11b/1877866061-250.jpg",
    "song": "1st Piece of Evidence",
    "track_id": null,
    "recording_id": null,
    "artist": "Air Liquide",
    "artist_ids": [
        "aff5afda-d00d-4e02-89ba-7dd8692449a3"
    ],
    "album": "Air Liquide",
    "release_id": null,
    "release_group_id": "64901463-5303-3d6e-9d4c-e1e695fcc339",
    "labels": [
        "Blue"
    ],
    "label_ids": [
        "b4ef4b9e-886a-41ee-8229-78d575a6e39f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*Columbo voice - just one more thing...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}