Information about plays

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

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

{
    "id": 3580560,
    "uri": "https://api.kexp.org/v2/plays/3580560/?format=api",
    "airdate": "2025-11-20T07:27:35-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Enough",
    "track_id": "7ff21693-9c35-37c8-b165-850e3b805d90",
    "recording_id": "b12373db-1131-4f6e-a01e-027362812b98",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Never Enough",
    "release_id": "53abc853-9b91-3a37-93a6-c0194fdf4376",
    "release_group_id": "6ddb7a6d-89df-3533-a629-6be5e53207ca",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day 35 stinking years ago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}