Information about plays

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

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

{
    "id": 3540405,
    "uri": "https://api.kexp.org/v2/plays/3540405/?format=api",
    "airdate": "2025-08-15T14:05:43-07:00",
    "show": 64295,
    "show_uri": "https://api.kexp.org/v2/shows/64295/?format=api",
    "image_uri": "https://ia802806.us.archive.org/34/items/mbid-1eea7c31-dbd7-4f95-81e1-0a68ba28d8c5/mbid-1eea7c31-dbd7-4f95-81e1-0a68ba28d8c5-20803060989_thumb500.jpg",
    "thumbnail_uri": "https://ia902806.us.archive.org/34/items/mbid-1eea7c31-dbd7-4f95-81e1-0a68ba28d8c5/mbid-1eea7c31-dbd7-4f95-81e1-0a68ba28d8c5-20803060989_thumb250.jpg",
    "song": "Mary Pop Poppins",
    "track_id": "64899cc6-eb87-4d80-8c07-464538098e44",
    "recording_id": "13b6acd3-536b-407d-9527-d7f2335129d6",
    "artist": "The True Loves",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "Famous Last Words",
    "release_id": "3a387125-5bb1-4137-82c3-d8357f95ec89",
    "release_group_id": "f720b751-8be4-4f6f-b839-757c35238e54",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-07-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catch The True Loves at the KEXP BBQ !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}