Information about plays

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

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

{
    "id": 3540211,
    "uri": "https://api.kexp.org/v2/plays/3540211/?format=api",
    "airdate": "2025-08-15T02:17:17-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia600604.us.archive.org/23/items/mbid-e5b2ec24-8d2c-4641-8058-815cb35e67a7/mbid-e5b2ec24-8d2c-4641-8058-815cb35e67a7-18918680426_thumb500.jpg",
    "thumbnail_uri": "https://ia800604.us.archive.org/23/items/mbid-e5b2ec24-8d2c-4641-8058-815cb35e67a7/mbid-e5b2ec24-8d2c-4641-8058-815cb35e67a7-18918680426_thumb250.jpg",
    "song": "How Simple",
    "track_id": "f2270333-f77b-4e07-b1d1-f88cd29be482",
    "recording_id": "873efdf5-e6aa-473d-b2a4-73e2a0d7ee28",
    "artist": "Hop Along",
    "artist_ids": [
        "91640d9b-b077-4271-9fb7-84f3ea543f24"
    ],
    "album": "Bark Your Head Off, Dog",
    "release_id": "e5b2ec24-8d2c-4641-8058-815cb35e67a7",
    "release_group_id": "4c991884-e84d-4efc-ac65-372cd1d3a848",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}