Information about plays

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

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

{
    "id": 3565710,
    "uri": "https://api.kexp.org/v2/plays/3565710/?format=api",
    "airdate": "2025-10-16T04:23:31-07:00",
    "show": 64846,
    "show_uri": "https://api.kexp.org/v2/shows/64846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girl You Need a Change of Mind",
    "track_id": null,
    "recording_id": "8d91dfcb-5511-4c26-a183-ae18931ccbd2",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Get on the Bus",
    "release_id": null,
    "release_group_id": "f5562a40-0764-3e5f-a781-d436656bdf85",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1996-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the 1972 original by former Temptation Eddie Kendricks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}