Information about plays

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

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

{
    "id": 3627918,
    "uri": "https://api.kexp.org/v2/plays/3627918/?format=api",
    "airdate": "2026-03-12T00:38:41-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "https://coverartarchive.org/release/5478767b-29a3-4912-9d4d-3d77e1209e97/1424383990-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5478767b-29a3-4912-9d4d-3d77e1209e97/1424383990-250.jpg",
    "song": "Tu sais bien ce dont j'ai envie",
    "track_id": null,
    "recording_id": "f62766dc-e326-4795-9f8f-3319a8bbab7c",
    "artist": "Niagara",
    "artist_ids": [
        "63265bdb-9c92-4517-94be-615773e76413"
    ],
    "album": "Encore un dernier baiser",
    "release_id": null,
    "release_group_id": "db42e9da-1d72-3045-a352-88a7ed44c80f",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1986-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duo of Muriel Moreno and Daniel Chenevez",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}