Information about plays

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

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

{
    "id": 3640374,
    "uri": "https://api.kexp.org/v2/plays/3640374/?format=api",
    "airdate": "2026-04-10T17:17:23-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761-30682273588_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761-30682273588_thumb250.jpg",
    "song": "Earth, Sun, Moon",
    "track_id": "70e81e23-a9e7-3330-bf61-cafb8a2e19e5",
    "recording_id": "151ee1bc-4fc6-4dce-8881-3b4460566eac",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": "282c39bb-aebb-4a13-a270-8e3fa8989761",
    "release_group_id": "7e71cdab-b756-30d1-85be-7f300eced481",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"But we can shine all over you\nAnd we will shine\nTo get through to you\nYOU\nEarth, Sun, Moon...\"\n\nDaniel Ash wrote the lyrics to this lovely song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}