Information about plays

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

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

{
    "id": 3546792,
    "uri": "https://api.kexp.org/v2/plays/3546792/?format=api",
    "airdate": "2025-08-30T18:00:14-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lemon Lime",
    "track_id": "ec69ece1-afb0-4195-bee0-ca1f270e8ee9",
    "recording_id": "a66bf3a2-6762-4964-8ef9-6daae0efd908",
    "artist": "Growing Pains",
    "artist_ids": [
        "cc4a9f27-d2d7-4a29-a3b6-fc342cfd918e"
    ],
    "album": "Thought I Heard Your Car",
    "release_id": "d0870f41-0d0c-431a-81bb-81733d3b78d1",
    "release_group_id": "bfce500d-7e4d-4653-b8d2-7d0b4067d963",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-02-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland, OR\n\nhttps://growingpainspdx.bandcamp.com/album/thought-i-heard-your-car",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}