Information about plays

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

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

{
    "id": 3553106,
    "uri": "https://api.kexp.org/v2/plays/3553106/?format=api",
    "airdate": "2025-09-14T20:56:35-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Makossa (Leche Caliente)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mandinga's",
    "artist_ids": [],
    "album": "Soul Makossa",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sondor"
    ],
    "label_ids": [
        "43b0d011-5bca-4d07-be0d-c0164448739a"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mandinga's released their cover of Manu Dibango's \"Soul Makossa\" renamed \"Soul Makossa (Leche Caliente)\" in 1973.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}