Information about plays

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

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

{
    "id": 3549866,
    "uri": "https://api.kexp.org/v2/plays/3549866/?format=api",
    "airdate": "2025-09-07T02:16:44-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-de8be0ec-6092-4e37-8029-338bf86efc8b/mbid-de8be0ec-6092-4e37-8029-338bf86efc8b-28892329609_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-de8be0ec-6092-4e37-8029-338bf86efc8b/mbid-de8be0ec-6092-4e37-8029-338bf86efc8b-28892329609_thumb250.jpg",
    "song": "6 Variations of in the Rain",
    "track_id": "ea6c26e8-aeee-3148-b96f-0e72f0ce4c71",
    "recording_id": "b165f363-135a-44d8-897f-7563550f6e45",
    "artist": "Madlib",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Bunky's Pick / 6 Variations of in the Rain",
    "release_id": "de8be0ec-6092-4e37-8029-338bf86efc8b",
    "release_group_id": "66033b3e-0bc3-3346-bc27-077ececf95c9",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2001-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled The Wooden Glass' cover of \"In the Rain.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}