Information about plays

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

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

{
    "id": 3571298,
    "uri": "https://api.kexp.org/v2/plays/3571298/?format=api",
    "airdate": "2025-10-29T05:31:26-07:00",
    "show": 64963,
    "show_uri": "https://api.kexp.org/v2/shows/64963/?format=api",
    "image_uri": "https://ia904605.us.archive.org/29/items/mbid-14f4023c-fadc-4eed-b21e-c5983588b630/mbid-14f4023c-fadc-4eed-b21e-c5983588b630-18567615940_thumb500.jpg",
    "thumbnail_uri": "https://ia804605.us.archive.org/29/items/mbid-14f4023c-fadc-4eed-b21e-c5983588b630/mbid-14f4023c-fadc-4eed-b21e-c5983588b630-18567615940_thumb250.jpg",
    "song": "Crush on Radio",
    "track_id": "c6e1e0ad-1810-3cf2-82d9-cc3f0938e84f",
    "recording_id": "123002d3-846a-478c-95bb-08024db35b86",
    "artist": "Visqueen",
    "artist_ids": [
        "51c143bf-6d7a-459c-9284-a7b50a5736b1"
    ],
    "album": "Sunset on Dateland",
    "release_id": "14f4023c-fadc-4eed-b21e-c5983588b630",
    "release_group_id": "9d57e754-fbc5-384d-830d-3f3b420843f6",
    "labels": [
        "Local 638 Records"
    ],
    "label_ids": [
        "6264a9dc-0e76-4270-8fc8-18d1e45cc02a"
    ],
    "release_date": "2004-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle power pop legends! \n\nWatch the video: https://youtu.be/er6NW_pDZ-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}