Information about plays

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

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

{
    "id": 3557530,
    "uri": "https://api.kexp.org/v2/plays/3557530/?format=api",
    "airdate": "2025-09-25T10:06:19-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quicksand",
    "track_id": null,
    "recording_id": "540fa8ae-6b5c-4d2a-b510-ef0c735dfbe3",
    "artist": "David Bowie feat. Robert Smith",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50",
        "7d1a1624-784b-4f89-8ff9-b9b493cd059d"
    ],
    "album": "50th Birthday Concert",
    "release_id": null,
    "release_group_id": "1ed2df3c-ff64-3e80-a1a3-90e7b2781c12",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and welcome to Thursday's Midday Show with Cheryl Waters!\n--\nHappy International Curesday! Robert Smith performed Quicksand along with David Bowie as part of his 50th birthday tribute concert at Madison Square Garden in January 1997. Here's the video of it: https://www.youtube.com/watch?v=PZJYqsgNgac",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}