Information about plays

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

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

{
    "id": 3576588,
    "uri": "https://api.kexp.org/v2/plays/3576588/?format=api",
    "airdate": "2025-11-10T22:44:44-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1ab7972-e531-4161-ae9b-187f16af1168/28701448883-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1ab7972-e531-4161-ae9b-187f16af1168/28701448883-250.jpg",
    "song": "Everyone Was Talking About You Last Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Dance Arts Center",
    "artist_ids": [],
    "album": "Dance Arts Center Presents",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Acrophase"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's true - https://acrophaserecords.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}