Information about plays

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

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

{
    "id": 3546405,
    "uri": "https://api.kexp.org/v2/plays/3546405/?format=api",
    "airdate": "2025-08-29T18:27:19-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia800406.us.archive.org/5/items/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93-18344835343_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/5/items/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93-18344835343_thumb250.jpg",
    "song": "Who Was That?",
    "track_id": "e9aa6d5b-0457-3c30-9681-db3f5443ebb8",
    "recording_id": "6ffd662b-1d5c-4d5f-9423-5d0eb508b15d",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "The Very Best of Deee-Lite",
    "release_id": "e683bdcb-67c4-45f1-9b79-f70d22663e93",
    "release_group_id": "99fa9556-3c69-391c-87db-133085020dcd",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Kyle in Brooklyn!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}