Information about plays

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

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

{
    "id": 3563216,
    "uri": "https://api.kexp.org/v2/plays/3563216/?format=api",
    "airdate": "2025-10-10T01:43:43-07:00",
    "show": 64792,
    "show_uri": "https://api.kexp.org/v2/shows/64792/?format=api",
    "image_uri": "https://dn721509.ca.archive.org/0/items/mbid-304f2ddc-c3c7-463e-b657-0663311c4245/mbid-304f2ddc-c3c7-463e-b657-0663311c4245-42466196516_thumb500.jpg",
    "thumbnail_uri": "https://ia600903.us.archive.org/28/items/mbid-304f2ddc-c3c7-463e-b657-0663311c4245/mbid-304f2ddc-c3c7-463e-b657-0663311c4245-42466196516_thumb250.jpg",
    "song": "K.I.S.S.",
    "track_id": "93dd88bf-5842-4940-8e79-be848a3c9e69",
    "recording_id": "b429c2c7-2299-4a22-84b6-e0102988937b",
    "artist": "Shad feat. Jon Kabongo",
    "artist_ids": [
        "15d58b2e-63f9-454b-845b-397dc443f17f",
        "bb61b275-10ba-4dc0-9c8d-846793ce20d6"
    ],
    "album": "Start Anew",
    "release_id": "304f2ddc-c3c7-463e-b657-0663311c4245",
    "release_group_id": "c175fcba-7527-4a6c-a626-3176f9f901e7",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "keep it simple...sweetie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}