Information about plays

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

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

{
    "id": 3577130,
    "uri": "https://api.kexp.org/v2/plays/3577130/?format=api",
    "airdate": "2025-11-12T07:07:51-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "https://ia600908.us.archive.org/31/items/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5-42340420398_thumb500.jpg",
    "thumbnail_uri": "https://ia600908.us.archive.org/31/items/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5-42340420398_thumb250.jpg",
    "song": "Chemin de la Baie",
    "track_id": "05a6cc24-c3c5-41ae-a357-38485767a833",
    "recording_id": "93177e61-0395-45dc-b7a7-f075ae9d65c3",
    "artist": "The Besnard Lakes",
    "artist_ids": [
        "520c81bd-e7b4-45c1-bd8f-976eba5b39e1"
    ],
    "album": "The Besnard Lakes are the Ghost Nation",
    "release_id": "f3fbfcad-75b4-4206-80ed-770754c878f5",
    "release_group_id": "f507ddfc-1c9a-42b1-a11e-e06d32af39ff",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Montreal group The Besnard Lakes. Find their new album \"The Besnard Lakes are the Ghost Nation\" on their Bandcamp page.\n\nhttps://thebesnardlakes.bandcamp.com\nhttps://www.thebesnardlakes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}