Information about plays

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

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

{
    "id": 3590157,
    "uri": "https://api.kexp.org/v2/plays/3590157/?format=api",
    "airdate": "2025-12-12T13:03:41-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lavender",
    "track_id": "89bed666-5d5b-4d33-b0d4-8e679e2f7028",
    "recording_id": "9d584f27-8572-42b2-8444-c341f871790f",
    "artist": "Disclosure & Channel Tres",
    "artist_ids": [
        "a9d53ca9-6c28-4be9-ab10-6c936a11d70b",
        "ae65c507-d9a0-4d42-9a6c-2b1f82158b9f"
    ],
    "album": "ENERGY",
    "release_id": "925c9226-9716-4191-86f2-60d6eda23f9d",
    "release_group_id": "f132cde4-a828-452c-a901-a457556a61d4",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2020-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Directed by Harry Israelson, the video sees Channel Tres going for a visually pleasing nighttime drive in a stunning old school convertible. Shades of neon lights and clips of double exposure create this hazy yet fun environment for the track, and Channel Tres is evidently enjoying the journey with his own little dance moves: https://youtu.be/gpS8QoaiaI0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}