Information about plays

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

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

{
    "id": 3579767,
    "uri": "https://api.kexp.org/v2/plays/3579767/?format=api",
    "airdate": "2025-11-18T08:36:04-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-a497f5c5-59d9-4433-8785-2a9dbf7a5ec7/mbid-a497f5c5-59d9-4433-8785-2a9dbf7a5ec7-5633018362_thumb500.jpg",
    "thumbnail_uri": "https://ia800503.us.archive.org/10/items/mbid-a497f5c5-59d9-4433-8785-2a9dbf7a5ec7/mbid-a497f5c5-59d9-4433-8785-2a9dbf7a5ec7-5633018362_thumb250.jpg",
    "song": "So Here We Are (Four Tet remix)",
    "track_id": "f57172be-fa1c-3b68-9380-77bf6c365b4f",
    "recording_id": "fba0fd47-8355-4fe9-91ff-6f3c351eb496",
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm Remixed",
    "release_id": "a497f5c5-59d9-4433-8785-2a9dbf7a5ec7",
    "release_group_id": "c2264e40-b934-3530-aae8-00fabb588419",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Four Tet's dreamy remix of So Here We Are, from Bloc Party's debut album 'Silent Alarm'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}