Information about plays

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

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

{
    "id": 3636482,
    "uri": "https://api.kexp.org/v2/plays/3636482/?format=api",
    "airdate": "2026-04-01T14:46:48-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://ia600205.us.archive.org/18/items/mbid-98a68512-5338-4e45-9998-1ee50150e4ff/mbid-98a68512-5338-4e45-9998-1ee50150e4ff-6491529735_thumb500.jpg",
    "thumbnail_uri": "https://dn711001.ca.archive.org/0/items/mbid-98a68512-5338-4e45-9998-1ee50150e4ff/mbid-98a68512-5338-4e45-9998-1ee50150e4ff-6491529735_thumb250.jpg",
    "song": "Go Easy",
    "track_id": "f9579ba8-3ca6-445f-afc0-7ec294431509",
    "recording_id": "7b796ce0-3581-4cfa-a0cd-b679cfaaa31f",
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "Salad Days",
    "release_id": "98a68512-5338-4e45-9998-1ee50150e4ff",
    "release_group_id": "99c195d6-0247-48d0-83ab-640ecca7a74f",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2014-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance by Mac Demarco in our studio last year: https://www.youtube.com/watch?v=MeZFuoHRRm0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}