Information about plays

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

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

{
    "id": 3581751,
    "uri": "https://api.kexp.org/v2/plays/3581751/?format=api",
    "airdate": "2025-11-23T03:05:21-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://dn721202.ca.archive.org/0/items/mbid-f5318b58-39cb-4f53-be4d-2360f3438cf1/mbid-f5318b58-39cb-4f53-be4d-2360f3438cf1-42438758310_thumb500.jpg",
    "thumbnail_uri": "https://dn721202.ca.archive.org/0/items/mbid-f5318b58-39cb-4f53-be4d-2360f3438cf1/mbid-f5318b58-39cb-4f53-be4d-2360f3438cf1-42438758310_thumb250.jpg",
    "song": "Non Prophet",
    "track_id": "6767628d-4687-4b9e-ac64-44869c4f8a95",
    "recording_id": "2c783535-8ec0-4a11-a5fd-51566d35b12d",
    "artist": "Saintseneca",
    "artist_ids": [
        "aabc45ce-3a48-4b84-a25d-9c0d48b3fd29"
    ],
    "album": "Highwalllow & Supermoon Songs",
    "release_id": "f5318b58-39cb-4f53-be4d-2360f3438cf1",
    "release_group_id": "21a5c887-dba7-430a-93f3-175ee1df9a07",
    "labels": [
        "Lame-O Records"
    ],
    "label_ids": [
        "8abf1ffc-dc27-4d93-a7ec-73cbaa08e65c"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}