Information about plays

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

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

{
    "id": 3547463,
    "uri": "https://api.kexp.org/v2/plays/3547463/?format=api",
    "airdate": "2025-09-01T06:34:03-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia601607.us.archive.org/27/items/mbid-fee5bc55-e39e-43ad-8dd1-7516d3992970/mbid-fee5bc55-e39e-43ad-8dd1-7516d3992970-8545773521_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/27/items/mbid-fee5bc55-e39e-43ad-8dd1-7516d3992970/mbid-fee5bc55-e39e-43ad-8dd1-7516d3992970-8545773521_thumb250.jpg",
    "song": "Working for the Man",
    "track_id": "9681e861-4b2f-3365-a038-de26046185f1",
    "recording_id": "5726b5f3-bdac-4baa-87aa-8168242cd97f",
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "Mi Deh Yah",
    "release_id": "fee5bc55-e39e-43ad-8dd1-7516d3992970",
    "release_group_id": "7645f422-31c7-4919-8146-e89cd33a974a",
    "labels": [
        "Makasound"
    ],
    "label_ids": [
        "b28ec87f-1911-4d4a-83fd-b1f5a1b75e72"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Clinton Fearon performed Live on KEXP in 2023, hosted by Early producer, DJ Miss Ashley.\n\nhttps://www.youtube.com/watch?v=5a6Uc2_E9K4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}