Information about plays

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

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

{
    "id": 3549202,
    "uri": "https://api.kexp.org/v2/plays/3549202/?format=api",
    "airdate": "2025-09-05T11:22:49-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia802900.us.archive.org/1/items/mbid-dbc6a48f-5034-43b7-9c8e-9470dc4ff57e/mbid-dbc6a48f-5034-43b7-9c8e-9470dc4ff57e-25597789836_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/1/items/mbid-dbc6a48f-5034-43b7-9c8e-9470dc4ff57e/mbid-dbc6a48f-5034-43b7-9c8e-9470dc4ff57e-25597789836_thumb250.jpg",
    "song": "Born Confused",
    "track_id": "2cca0f5c-76de-40a2-b2d1-bd295f3a81f4",
    "recording_id": "14bed015-f16b-4f68-9157-a0d374290ff2",
    "artist": "Porridge Radio",
    "artist_ids": [
        "e5aa5d68-311e-435e-a143-68165adb05ca"
    ],
    "album": "Every Bad",
    "release_id": "dbc6a48f-5034-43b7-9c8e-9470dc4ff57e",
    "release_group_id": "6bbb582d-a671-4a16-8b2d-0f46eb344712",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2020-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dana Margolin and her bandmates gave a scintillating performance in the KEXP studio (hosted by Cheryl) this February: https://www.youtube.com/watch?v=CZaRejSaqco\n\n\"Born Confused\" comes from their 2020 album, Every Bad. \nhttps://porridgeradio.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}