Information about plays

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

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

{
    "id": 3637765,
    "uri": "https://api.kexp.org/v2/plays/3637765/?format=api",
    "airdate": "2026-04-04T15:37:06-07:00",
    "show": 66366,
    "show_uri": "https://api.kexp.org/v2/shows/66366/?format=api",
    "image_uri": "https://dn721709.ca.archive.org/0/items/mbid-e724a07e-4a6b-41e4-95d1-fe9b25d91c3e/mbid-e724a07e-4a6b-41e4-95d1-fe9b25d91c3e-43653327929_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-e724a07e-4a6b-41e4-95d1-fe9b25d91c3e/mbid-e724a07e-4a6b-41e4-95d1-fe9b25d91c3e-43653327929_thumb250.jpg",
    "song": "Pink",
    "track_id": "1825200a-39bb-368b-b014-9b88a47d1b42",
    "recording_id": "4940d931-771d-4f5c-92cc-759124510ef3",
    "artist": "Boris",
    "artist_ids": [
        "57652bf8-cfe8-42e7-b9a7-5572a7080d8d"
    ],
    "album": "Pink",
    "release_id": "e724a07e-4a6b-41e4-95d1-fe9b25d91c3e",
    "release_group_id": "6c8b3082-65a6-367c-b35f-140ede4ac855",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2006-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off their 10th album. Boris was formed in 1992 in Tokyo https://borisheavyrocks.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}