Information about plays

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

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

{
    "id": 3546072,
    "uri": "https://api.kexp.org/v2/plays/3546072/?format=api",
    "airdate": "2025-08-29T00:03:54-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://ia801504.us.archive.org/17/items/mbid-e60988e3-08e7-4d91-b4df-c1fd0bbed32e/mbid-e60988e3-08e7-4d91-b4df-c1fd0bbed32e-5098288127_thumb500.jpg",
    "thumbnail_uri": "https://ia801504.us.archive.org/17/items/mbid-e60988e3-08e7-4d91-b4df-c1fd0bbed32e/mbid-e60988e3-08e7-4d91-b4df-c1fd0bbed32e-5098288127_thumb250.jpg",
    "song": "Lay Myself Down",
    "track_id": "69269c40-7fe0-4178-b2f1-db53b924e1f1",
    "recording_id": "84f5ba12-7000-472f-a919-be3d93f7497b",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Seasons of Your Day",
    "release_id": "e60988e3-08e7-4d91-b4df-c1fd0bbed32e",
    "release_group_id": "e073708a-d2f6-412a-8d35-817be8794bed",
    "labels": [
        "Rhymes of an Hour Records"
    ],
    "label_ids": [
        "22e08b54-bb4b-4493-b789-f66f84849e46"
    ],
    "release_date": "2013-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}