Information about plays

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

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

{
    "id": 3575249,
    "uri": "https://api.kexp.org/v2/plays/3575249/?format=api",
    "airdate": "2025-11-07T19:47:24-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perfect Combi",
    "track_id": null,
    "recording_id": "7025d678-245e-4f7d-bb41-8f12ba290bfa",
    "artist": "King Promise & Gabzy",
    "artist_ids": [
        "ece0d907-4872-4404-a5b6-502067f23076",
        "f37eeef9-7278-4e97-a61d-44abc5ee5e8f"
    ],
    "album": "True To Self",
    "release_id": null,
    "release_group_id": "9a67ab6b-02a1-4418-b8f5-f416b5eefb17",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}