Information about plays

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

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

{
    "id": 3640008,
    "uri": "https://api.kexp.org/v2/plays/3640008/?format=api",
    "airdate": "2026-04-09T19:02:00-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Loves the Sunshine",
    "track_id": null,
    "recording_id": "58a2e742-e3d5-478f-bea9-b674ac3e84e9",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Working for Vacation",
    "release_id": null,
    "release_group_id": "1358a831-0ac6-3579-bff6-4f62c59cf388",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Everybody love the sunshine! Cibo Matto covers this Roy Ayers classic with their unique flair. Watch their KEXP live performance from 2014 here!\n\nhttps://www.youtube.com/watch?v=9_TbZa0e-Dk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}