Information about plays

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

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

{
    "id": 3545524,
    "uri": "https://api.kexp.org/v2/plays/3545524/?format=api",
    "airdate": "2025-08-27T14:56:29-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia800204.us.archive.org/9/items/mbid-6f3151c7-6a65-4ff6-a136-a12d77dd4523/mbid-6f3151c7-6a65-4ff6-a136-a12d77dd4523-13910343061_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/9/items/mbid-6f3151c7-6a65-4ff6-a136-a12d77dd4523/mbid-6f3151c7-6a65-4ff6-a136-a12d77dd4523-13910343061_thumb250.jpg",
    "song": "Sonic Reducer",
    "track_id": "ea14766a-7566-3c28-ae4a-ff6ee740873c",
    "recording_id": "c54b6fd4-9226-4627-ac4e-4fd868036451",
    "artist": "Dead Boys",
    "artist_ids": [
        "7e2cf7cc-211e-4588-9069-b3126a29d1b1"
    ],
    "album": "Young Loud and Snotty",
    "release_id": "d7a2897a-7efb-4c13-8f44-cdb7e0faa272",
    "release_group_id": "ff98aa71-717f-3059-8619-d651e9054ebb",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1977-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A request from Mary near Lake Wenatchee...\n--\nHmm....Sonic Reducer....that would be a good name for a radio program. : https://www.kexp.org/shows/Sonic-Reducer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}