Information about plays

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

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

{
    "id": 3561332,
    "uri": "https://api.kexp.org/v2/plays/3561332/?format=api",
    "airdate": "2025-10-04T19:32:43-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia600507.us.archive.org/12/items/mbid-fdb776ee-0c23-4669-9fb4-695b36370f44/mbid-fdb776ee-0c23-4669-9fb4-695b36370f44-36961360102_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-fdb776ee-0c23-4669-9fb4-695b36370f44/mbid-fdb776ee-0c23-4669-9fb4-695b36370f44-36961360102_thumb250.jpg",
    "song": "Lake Washington",
    "track_id": "cae23182-73ab-4b16-9738-840b8a7e0abe",
    "recording_id": "13d5bd6c-355a-4285-8a4a-6df0e30efed0",
    "artist": "Wimps",
    "artist_ids": [
        "73543c71-5a51-4cac-8b2e-97ed90124053"
    ],
    "album": "City Lights",
    "release_id": "fdb776ee-0c23-4669-9fb4-695b36370f44",
    "release_group_id": "79dfce53-a9be-4b04-8a35-92147d007dee",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-10-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A song about swimming in Lake Washington in the Summer\n",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}