Information about plays

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

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

{
    "id": 3627822,
    "uri": "https://api.kexp.org/v2/plays/3627822/?format=api",
    "airdate": "2026-03-11T18:44:19-07:00",
    "show": 66154,
    "show_uri": "https://api.kexp.org/v2/shows/66154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supernaut",
    "track_id": "28fea7ee-91f7-4b07-9ad8-ce2eefc03596",
    "recording_id": "2d46de9d-0f9c-4654-8cce-fe50f5d42acc",
    "artist": "Brownout",
    "artist_ids": [
        "c7c1b94b-92d6-4ffb-bc53-949e24d8b858"
    ],
    "album": "Brownout Presents Brown Sabbath, Vol. II",
    "release_id": "59f7dc45-12cc-4878-88e8-3f578262bb35",
    "release_group_id": "7b3eee8a-2fae-4a62-8c5b-a73f193e4248",
    "labels": [
        "Ubiquity Recordings, Inc."
    ],
    "label_ids": [
        "6c55052a-ebdb-4695-94f0-c32dfe51407a"
    ],
    "release_date": "2016-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brownout is a latin/funk band from Austin, Texas covering Black Sabbath's Supernaut\n\nWatch Brownout performing live in our Gathering Space in 2017 here: https://www.youtube.com/watch?v=F9_4RafCWso\n\nhttps://www.brownoutmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}