Information about plays

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

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

{
    "id": 3628332,
    "uri": "https://api.kexp.org/v2/plays/3628332/?format=api",
    "airdate": "2026-03-13T06:11:42-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "https://coverartarchive.org/release/91b1ec7e-919e-46f7-b805-328e50caa2c0/37717653359-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91b1ec7e-919e-46f7-b805-328e50caa2c0/37717653359-250.jpg",
    "song": "Down Bad",
    "track_id": null,
    "recording_id": "bebe3c97-dfc5-427c-b6d1-f14c8e2d98a3",
    "artist": "TATYANA",
    "artist_ids": [
        "d27f8596-c425-44b8-9898-fe8c15eaa4a9"
    ],
    "album": "Down Bad",
    "release_id": null,
    "release_group_id": "0fb67f0c-dc2d-460c-a145-8987c649cc0d",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't forget to tip your DJs!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}