Information about plays

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

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

{
    "id": 3560903,
    "uri": "https://api.kexp.org/v2/plays/3560903/?format=api",
    "airdate": "2025-10-03T16:06:42-07:00",
    "show": 64735,
    "show_uri": "https://api.kexp.org/v2/shows/64735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Groove Is In The Heart (The Reflex Bootsy & Q-Tip Revision)",
    "track_id": null,
    "recording_id": "508d41f9-d5e0-4d58-9bc1-c2fbcd17944f",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Discolidays"
    ],
    "label_ids": [],
    "release_date": "2014-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Reflex is a project from producer / DJ Nicolas Laugier, a French national based in the UK - \n\n\"Clocking over 100M+ streams, The Reflex is a multi-faceted artist that has lent his skills to ads for Louis Vuitton, Karl Lagerfeld, to remixes for the biggest names in pop and dance music...\"\n\nhttps://ra.co/dj/thereflex/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}