Information about plays

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

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

{
    "id": 3548894,
    "uri": "https://api.kexp.org/v2/plays/3548894/?format=api",
    "airdate": "2025-09-04T16:00:11-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nouvelle-Calédonie - Câbu Tabea, «la Danse En Rond» de Gööpa",
    "track_id": null,
    "recording_id": "ed5d67dd-243b-4f39-ae09-f66b369cb8fa",
    "artist": "Kanak",
    "artist_ids": [
        "ff1b5b46-4499-40a3-a944-6e34ee35c48d"
    ],
    "album": "Les Danses Du Monde",
    "release_id": null,
    "release_group_id": "55190dd3-ad1f-4d3e-bf2d-70b80fca8144",
    "labels": [
        "Le Chant du Monde"
    ],
    "label_ids": [
        "d3806f18-463e-44eb-abd2-1aa8c6946db7"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Kanaks (French spelling until 1984: Canaque) are the indigenous Melanesian inhabitants of New Caledonia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}