Information about plays

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

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

{
    "id": 3549887,
    "uri": "https://api.kexp.org/v2/plays/3549887/?format=api",
    "airdate": "2025-09-07T03:27:11-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Babble (feat. Phonte)",
    "track_id": "2bd80b43-0052-3b85-9f7f-a42de61da2ad",
    "recording_id": "fab2fa46-7df9-4cd8-9c90-fee7230e17e6",
    "artist": "The Physics",
    "artist_ids": [
        "922b68bd-9acb-4853-b1eb-8d89b7ae44e9"
    ],
    "album": "Love Is a Business",
    "release_id": "2b808484-af22-41c3-95c3-817c442f2c7d",
    "release_group_id": "278ccc14-aa04-4a59-99f9-51d8cfcfc52e",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-08-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Little Brother's 2025 Curtain Call Tour comes to Seattle, WA on September 15 at Neumos.\n\nhttps://www.eventticketscenter.com/little-brother-seattle-09-19-2025/7082373/t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}