Information about plays

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

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

{
    "id": 3523089,
    "uri": "https://api.kexp.org/v2/plays/3523089/?format=api",
    "airdate": "2025-07-05T18:49:46-07:00",
    "show": 63931,
    "show_uri": "https://api.kexp.org/v2/shows/63931/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cd396fd-5322-4bcb-837e-3bbdf8a42517/25522731880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cd396fd-5322-4bcb-837e-3bbdf8a42517/25522731880-250.jpg",
    "song": "Flip That Switch (SKRS Lo Slung Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "T3AL",
    "artist_ids": [],
    "album": "Bluish Green Remixes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spiritual World"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This track is remixed by Vancouver-based SKRS INTL! Listen to the whole group of remixes below:\n\nhttps://spiritualworld.bandcamp.com/album/bluish-green-remixes",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}