Information about plays

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

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

{
    "id": 3550777,
    "uri": "https://api.kexp.org/v2/plays/3550777/?format=api",
    "airdate": "2025-09-09T07:55:44-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://ia800200.us.archive.org/30/items/mbid-e602a3ae-fe8f-4abd-8638-f055517bacb2/mbid-e602a3ae-fe8f-4abd-8638-f055517bacb2-7038334221_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/30/items/mbid-e602a3ae-fe8f-4abd-8638-f055517bacb2/mbid-e602a3ae-fe8f-4abd-8638-f055517bacb2-7038334221_thumb250.jpg",
    "song": "Passenger Seat",
    "track_id": "a37ec190-9dde-3c23-8d2d-a561afe56a3a",
    "recording_id": "6dfcacb8-f767-43af-9645-9c9dd39eeb44",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Transatlanticism",
    "release_id": "e602a3ae-fe8f-4abd-8638-f055517bacb2",
    "release_group_id": "f48c46e8-8178-3e74-b60f-72b677ebcb96",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-10-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hey guys! If it isn’t too much trouble, can you give a birthday shoutout to my daughter, Valentina? She’s officially a teenager and turning the big 1-3 today! Cant believe it.\n\nShe’s a big Death Cab fan and would love to hear Passenger Seat. \n\nRudy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}