Information about plays

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

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

{
    "id": 3604280,
    "uri": "https://api.kexp.org/v2/plays/3604280/?format=api",
    "airdate": "2026-01-14T13:25:20-08:00",
    "show": 65649,
    "show_uri": "https://api.kexp.org/v2/shows/65649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break",
    "track_id": "130ef665-32d7-389f-b973-0819c28fd991",
    "recording_id": "f2605ba4-3635-4943-b22f-1a4b621f6696",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "End Hits",
    "release_id": "3c1d5669-ae58-33db-b98d-ef346b55acc7",
    "release_group_id": "733df4d9-4350-3ce7-9fb3-81f0c2223841",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1998-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jer-Bear in Rockford, Illinois requested Fugazi: \n\nKEXP has been a huge light for my family in this increasingly dark world. Thanks to Larry and Sharlese and the entire KEXP team ♥️ Could I request Break by Fugazi?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}