Information about plays

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

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

{
    "id": 3580890,
    "uri": "https://api.kexp.org/v2/plays/3580890/?format=api",
    "airdate": "2025-11-21T03:57:54-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://ia600903.us.archive.org/28/items/mbid-304f2ddc-c3c7-463e-b657-0663311c4245/mbid-304f2ddc-c3c7-463e-b657-0663311c4245-42466196516_thumb500.jpg",
    "thumbnail_uri": "https://ia800903.us.archive.org/28/items/mbid-304f2ddc-c3c7-463e-b657-0663311c4245/mbid-304f2ddc-c3c7-463e-b657-0663311c4245-42466196516_thumb250.jpg",
    "song": "Slanted",
    "track_id": "fa16852e-c1bd-46c1-bbb9-0bfb27ef74b9",
    "recording_id": "947f50c7-6e28-4ff1-bacb-29af4661e855",
    "artist": "Shad",
    "artist_ids": [
        "15d58b2e-63f9-454b-845b-397dc443f17f"
    ],
    "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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New 7th album from the Toronto-based rapper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}