Information about plays

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

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

{
    "id": 3569078,
    "uri": "https://api.kexp.org/v2/plays/3569078/?format=api",
    "airdate": "2025-10-23T21:10:24-07:00",
    "show": 64914,
    "show_uri": "https://api.kexp.org/v2/shows/64914/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-97a5886b-5b7c-4e59-abcc-091cc5f05798/mbid-97a5886b-5b7c-4e59-abcc-091cc5f05798-29962495217_thumb500.jpg",
    "thumbnail_uri": "https://ia902300.us.archive.org/2/items/mbid-97a5886b-5b7c-4e59-abcc-091cc5f05798/mbid-97a5886b-5b7c-4e59-abcc-091cc5f05798-29962495217_thumb250.jpg",
    "song": "Echo Loco",
    "track_id": "f97eb4ac-0da9-412d-9ec3-87df0ebf4d04",
    "recording_id": "bf714c7f-dab2-452a-9cf8-fb173c44797a",
    "artist": "Piroshka",
    "artist_ids": [
        "57588466-031a-44d4-94a3-4451ca0b7817"
    ],
    "album": "Love Drips and Gathers",
    "release_id": "97a5886b-5b7c-4e59-abcc-091cc5f05798",
    "release_group_id": "210692a2-74ef-45e5-8be1-91cc7b603484",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2021-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}