Information about plays

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

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

{
    "id": 3569074,
    "uri": "https://api.kexp.org/v2/plays/3569074/?format=api",
    "airdate": "2025-10-23T20:56:12-07:00",
    "show": 64914,
    "show_uri": "https://api.kexp.org/v2/shows/64914/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-b09ec189-cdec-4a89-b97a-e6a5b6a710e1/mbid-b09ec189-cdec-4a89-b97a-e6a5b6a710e1-33393080030_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-b09ec189-cdec-4a89-b97a-e6a5b6a710e1/mbid-b09ec189-cdec-4a89-b97a-e6a5b6a710e1-33393080030_thumb250.jpg",
    "song": "Plastic Love",
    "track_id": "207b5cab-723a-4968-9b5b-a93b77e7e7c0",
    "recording_id": "103e04fc-d661-4c45-9147-79b1d12d8fae",
    "artist": "CHAI",
    "artist_ids": [
        "0e84b561-5a1b-460d-bd14-35dad2abcc08"
    ],
    "album": "Donuts Mind If I Do",
    "release_id": "b09ec189-cdec-4a89-b97a-e6a5b6a710e1",
    "release_group_id": "4c3f6910-9549-41c3-9f3e-1cd9b0cc6ac3",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2020-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese band CHAI released a cover of Mariya Takeuchi's 1984 track \"Plastic Love\", their latest single after signing to Sub Pop in October. https://pitchfork.com/news/chai-cover-mariya-takeuchis-plastic-love-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}