Information about plays

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

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

{
    "id": 3551941,
    "uri": "https://api.kexp.org/v2/plays/3551941/?format=api",
    "airdate": "2025-09-12T03:14:37-07:00",
    "show": 64538,
    "show_uri": "https://api.kexp.org/v2/shows/64538/?format=api",
    "image_uri": "https://ia600303.us.archive.org/0/items/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3-15492257112_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/0/items/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3-15492257112_thumb250.jpg",
    "song": "Ashes to Ashes",
    "track_id": "e772be07-13ee-3a85-ab36-c727610baa51",
    "recording_id": "13d3bf6a-63ff-449f-873c-dcf279801d36",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Scary Monsters",
    "release_id": "134b4d4b-8ccc-3063-b265-ecdd85464fd3",
    "release_group_id": "bb13cb45-254c-3a61-89a5-15d22a97e6d6",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1999-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 45th anniversary to this incredible album ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}