Information about plays

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

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

{
    "id": 3594186,
    "uri": "https://api.kexp.org/v2/plays/3594186/?format=api",
    "airdate": "2025-12-21T19:48:26-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Night Changed It All (I Really Had a Ball)",
    "track_id": null,
    "recording_id": "0805dd85-7b55-44d8-96b2-777bd01a12fb",
    "artist": "Esther Williams",
    "artist_ids": [
        "cb2baafe-3ea7-449b-979c-e79ccda4079b"
    ],
    "album": "Let Me Show You",
    "release_id": null,
    "release_group_id": "dd0cc11e-8578-33b1-af69-8d3bcb02921c",
    "labels": [
        "Friends & Co."
    ],
    "label_ids": [
        "90bc11a5-8f2b-4378-abbd-e110931ceb5e"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The drums in this 1976 Esther Williams hit were sampled by The Coup in \"Dig It.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}