Information about plays

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

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

{
    "id": 3543593,
    "uri": "https://api.kexp.org/v2/plays/3543593/?format=api",
    "airdate": "2025-08-23T03:55:53-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia600202.us.archive.org/16/items/mbid-b0ce5d56-ec98-4c71-9c6b-355a568e6525/mbid-b0ce5d56-ec98-4c71-9c6b-355a568e6525-1776246561_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/16/items/mbid-b0ce5d56-ec98-4c71-9c6b-355a568e6525/mbid-b0ce5d56-ec98-4c71-9c6b-355a568e6525-1776246561_thumb250.jpg",
    "song": "Light Flight",
    "track_id": "f7fd74f0-fae5-3987-b64c-feea7fafa485",
    "recording_id": "b89a02a1-0fc9-4064-bf1a-50313806fecd",
    "artist": "The Pentangle",
    "artist_ids": [
        "a4e31e59-e662-4cf4-bd4f-d7bf712bc21f"
    ],
    "album": "TV Sound and Image",
    "release_id": "b0ce5d56-ec98-4c71-9c6b-355a568e6525",
    "release_group_id": "01b85ddf-4d5a-40f1-9ad7-86389fc608be",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2012-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://en.wikipedia.org/wiki/Pentangle_(band)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}