Information about plays

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

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

{
    "id": 3637839,
    "uri": "https://api.kexp.org/v2/plays/3637839/?format=api",
    "airdate": "2026-04-04T18:54:44-07:00",
    "show": 66368,
    "show_uri": "https://api.kexp.org/v2/shows/66368/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-f40a73f2-f31f-4618-9f45-9e74ac1df4e3/mbid-f40a73f2-f31f-4618-9f45-9e74ac1df4e3-29642329696_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-f40a73f2-f31f-4618-9f45-9e74ac1df4e3/mbid-f40a73f2-f31f-4618-9f45-9e74ac1df4e3-29642329696_thumb250.jpg",
    "song": "Your Car",
    "track_id": "d1a72780-948e-49a3-be9f-1d4cca8d9a99",
    "recording_id": "a2d05721-1325-4906-860b-3392a9eb0471",
    "artist": "Red Ribbon",
    "artist_ids": [
        "ef4091bd-cb48-4c99-873c-90e104ce79d5"
    ],
    "album": "Dark Party",
    "release_id": "d7270c54-b9a9-4883-a193-6fc42f4e6d0a",
    "release_group_id": "26c84083-8185-4efd-8ff2-3d445eac0e13",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Keep up to date on new music from these locals here: https://redribbonmusic.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}