Information about plays

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

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

{
    "id": 3572668,
    "uri": "https://api.kexp.org/v2/plays/3572668/?format=api",
    "airdate": "2025-11-01T16:58:21-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NARC",
    "track_id": "070c0715-b343-39fb-8df8-e58bc45bcf88",
    "recording_id": "faac4222-d476-48bd-aaac-e2b46b0f8262",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Antics",
    "release_id": "f467b4a0-5506-3a59-aed6-8788a84fa2cf",
    "release_group_id": "bc7740e1-02c9-3ab7-9869-0e0c79acf941",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2004-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interpol will be back at Coachella this year!\nhttps://www.interpolnyc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}