Information about plays

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

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

{
    "id": 3584283,
    "uri": "https://api.kexp.org/v2/plays/3584283/?format=api",
    "airdate": "2025-11-28T22:19:39-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "https://coverartarchive.org/release/240f52cd-9120-452d-98de-8df087e389e8/8733386476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/240f52cd-9120-452d-98de-8df087e389e8/8733386476-250.jpg",
    "song": "Guess Who's Back",
    "track_id": null,
    "recording_id": "9d58ae00-2bc3-4001-8648-ad9c78a8f105",
    "artist": "Scarface feat. Jay‐Z",
    "artist_ids": [
        "7d0b6027-8132-4417-8c4c-ef0bbf9161c0",
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "The Real Best of Both Worlds",
    "release_id": null,
    "release_group_id": "1584424a-b518-3df7-a2c0-472e4271c275",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}