Information about plays

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

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

{
    "id": 3542310,
    "uri": "https://api.kexp.org/v2/plays/3542310/?format=api",
    "airdate": "2025-08-20T02:41:23-07:00",
    "show": 64336,
    "show_uri": "https://api.kexp.org/v2/shows/64336/?format=api",
    "image_uri": "https://ia800209.us.archive.org/24/items/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb-10460879564_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/24/items/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb-10460879564_thumb250.jpg",
    "song": "Don’t Go",
    "track_id": "80856b80-1ce7-3cef-8e0e-e6bc4f8447a5",
    "recording_id": "0bbdef17-cb86-442d-b97a-d2c26a25b184",
    "artist": "Yazoo",
    "artist_ids": [
        "42922db2-2e80-44b8-9cdf-0b3a6634c124"
    ],
    "album": "Upstairs at Eric’s",
    "release_id": "393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb",
    "release_group_id": "ca189e76-5704-3097-8dad-b6e1923bc917",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1982! \n\nYazoo, featuring Vince Clarke and Alison Moyet, grew up in Basildon and attended the same Saturday music school as children - later, when Alison Moyet posted an ad for musicians to form a band, Clarke responded - he'd just departed Depeche Mode.\n\nIconic music video: https://youtu.be/_sQGwDeambg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}