Information about plays

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

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

{
    "id": 3583936,
    "uri": "https://api.kexp.org/v2/plays/3583936/?format=api",
    "airdate": "2025-11-28T04:57:53-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maccaroni Cheese Sandwich",
    "track_id": "1834259d-8bfe-37e4-9576-31a3665244da",
    "recording_id": "d76d1840-4b44-4c69-a680-8f14493c5769",
    "artist": "Monsieur Leroc",
    "artist_ids": [
        "7f2091e5-7596-4bab-9984-a5b0e3509ba1"
    ],
    "album": "Le Slow Motion Boogie Woogie",
    "release_id": "1b9ec9cc-ec96-4b3d-8338-3d31d0e329a9",
    "release_group_id": "21221339-a4a4-31f1-883a-1e4d23c618ff",
    "labels": [
        "Cornerstone Recording Arts Society"
    ],
    "label_ids": [
        "910b140c-b697-4d31-b3aa-98a00e768bed"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}