Information about plays

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

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

{
    "id": 3568269,
    "uri": "https://api.kexp.org/v2/plays/3568269/?format=api",
    "airdate": "2025-10-21T23:26:24-07:00",
    "show": 64899,
    "show_uri": "https://api.kexp.org/v2/shows/64899/?format=api",
    "image_uri": "https://coverartarchive.org/release/2cb50938-5223-4f6c-a79a-ecc81c6c9016/37693988486-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2cb50938-5223-4f6c-a79a-ecc81c6c9016/37693988486-250.jpg",
    "song": "Commando",
    "track_id": null,
    "recording_id": "822c6cff-1c4d-4dd8-90aa-84adc8592a0f",
    "artist": "GEE TEE",
    "artist_ids": [
        "2ce1b4bf-4bff-4954-b741-2ca70cb35c7f"
    ],
    "album": "Chromo-Zone",
    "release_id": null,
    "release_group_id": "97cf09c9-c711-41ea-a325-e4caa6d8b260",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}