Information about plays

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

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

{
    "id": 3554300,
    "uri": "https://api.kexp.org/v2/plays/3554300/?format=api",
    "airdate": "2025-09-17T19:28:58-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df-35427280762_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df-35427280762_thumb250.jpg",
    "song": "Do the Dance",
    "track_id": "667956fa-e5a2-4347-ad3e-5ca76b8e574c",
    "recording_id": "cf046823-dffd-45ce-a114-9fd4b7808f9f",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Oh Death",
    "release_id": "0e7dc600-2c9e-4551-b099-453cfd2958df",
    "release_group_id": "3fd2c3a0-13f5-41ba-abbd-bdf261f8ba52",
    "labels": [
        "Rocket Recordings"
    ],
    "label_ids": [
        "d681d3ce-6af2-4661-8b49-fc3d20f390a5"
    ],
    "release_date": "2022-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weekly Goat Sacrifice.\n\nAs usual, it's imperative that you check out their Levitation Sessions set - https://www.youtube.com/watch?v=RNMuGxuJuv0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}