Information about plays

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

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

{
    "id": 3545929,
    "uri": "https://api.kexp.org/v2/plays/3545929/?format=api",
    "airdate": "2025-08-28T15:49:57-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia804609.us.archive.org/7/items/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6-14007522220_thumb500.jpg",
    "thumbnail_uri": "https://ia804609.us.archive.org/7/items/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6-14007522220_thumb250.jpg",
    "song": "Guerrilla Funk",
    "track_id": "bbb724bf-a42a-3f5c-a666-63aacfb5bfe2",
    "recording_id": "104ac0e7-f27a-4be1-8ae4-7a179f6bc43e",
    "artist": "Paris",
    "artist_ids": [
        "431945b6-0754-480a-8634-3e8c2f8ccf27"
    ],
    "album": "Guerrilla Funk",
    "release_id": "6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6",
    "release_group_id": "290e8fa3-8cd2-3e28-933d-847948ad5ca5",
    "labels": [
        "Virgin Music Canada",
        "Priority Records"
    ],
    "label_ids": [
        "b34fd541-663c-4a26-aa81-1472392d0212",
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling multiple elements of Funkadelic's \"(Not Just) Knee Deep...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}