Information about plays

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

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

{
    "id": 3656958,
    "uri": "https://api.kexp.org/v2/plays/3656958/?format=api",
    "airdate": "2026-05-19T20:05:55-07:00",
    "show": 66762,
    "show_uri": "https://api.kexp.org/v2/shows/66762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Une chambre à moi",
    "track_id": null,
    "recording_id": "774f5fc5-9e3a-4e0c-aa75-31040af90131",
    "artist": "Katerine",
    "artist_ids": [
        "47dc7440-7613-4b36-b5f5-39789e75c150"
    ],
    "album": "Zouzou",
    "release_id": null,
    "release_group_id": "ac3e6947-75f7-4475-add3-3ccc742ff9d6",
    "labels": [
        "Wagram Music"
    ],
    "label_ids": [
        "8387a032-b837-4bbf-b6e5-99ad9f7a0bdd"
    ],
    "release_date": "2024-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philippe Blanchard, known professionally as Philippe Katerine, is a French singer-songwriter, actor, and filmmaker who began his career in 1991",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}