Information about plays

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

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

{
    "id": 3546940,
    "uri": "https://api.kexp.org/v2/plays/3546940/?format=api",
    "airdate": "2025-08-30T23:19:34-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://ia800505.us.archive.org/31/items/mbid-cbec2e80-12e0-44fb-be87-61d998360fc8/mbid-cbec2e80-12e0-44fb-be87-61d998360fc8-6332931858_thumb500.jpg",
    "thumbnail_uri": "https://ia800505.us.archive.org/31/items/mbid-cbec2e80-12e0-44fb-be87-61d998360fc8/mbid-cbec2e80-12e0-44fb-be87-61d998360fc8-6332931858_thumb250.jpg",
    "song": "This Thing Called Progress",
    "track_id": "83df2294-cec1-4b0a-ae29-00c88490fcdc",
    "recording_id": "10112394-bb5d-48ae-9716-8938a85c9f27",
    "artist": "Poison Idea",
    "artist_ids": [
        "86871dd7-f50c-40bb-a298-a144775b64ae"
    ],
    "album": "Pick Your King",
    "release_id": "86ab66b4-a7df-4468-b6fe-c0780f6bfb15",
    "release_group_id": "e6ebf0b2-80fa-4d00-8f3b-5641d62ffdbc",
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Mike in Brisbane, CA\n\nPoison Idea has some cool No Kings merch on their website.\n\nhttps://poisonidea.bigcartel.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}