Information about plays

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

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

{
    "id": 3580432,
    "uri": "https://api.kexp.org/v2/plays/3580432/?format=api",
    "airdate": "2025-11-20T00:06:23-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Party Line",
    "track_id": "15d4bc20-394e-46ef-9295-12f206fd4ce2",
    "recording_id": "71659a0c-b879-43b4-963c-e5fc6e400921",
    "artist": "Paula Kelley",
    "artist_ids": [
        "480bd3b1-d0b9-43ee-95a9-9be0c1f0e4b9"
    ],
    "album": "Blinking as the Starlight Burns Out",
    "release_id": "d42fadc3-d536-49a4-ae1b-03ebc3e67bc3",
    "release_group_id": "51c04bb6-9706-430e-9fa8-2cea743ef013",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Paula Kelley of Drop Nineteens!\n\nhttps://paulakelley.bandcamp.com/album/blinking-as-the-starlight-burns-out",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}