Information about plays

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

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

{
    "id": 3604117,
    "uri": "https://api.kexp.org/v2/plays/3604117/?format=api",
    "airdate": "2026-01-14T03:39:39-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You See Me",
    "track_id": null,
    "recording_id": "6d48eccc-1ec7-41d0-ab37-8acfd191d9f2",
    "artist": "94 East featuring Prince",
    "artist_ids": [
        "21c0fd52-4234-4407-bc4e-9870b0a48a3d",
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Symbolic Beginning",
    "release_id": null,
    "release_group_id": "50f37e68-37e4-3a04-b8fa-9bf4b918042e",
    "labels": [
        "Snapper Music"
    ],
    "label_ids": [
        "0c68651e-a436-4e57-b7dc-d2750f15d91b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://numerogroup.com/products/purple-snow-forecasting-the-minneapolis-sound?srsltid=AfmBOoonp1j1Sw3w2yuhRnSMJlewn7vj3d_9iMADow-1nP3OjTVYsU_0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}