Information about plays

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

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

{
    "id": 3556215,
    "uri": "https://api.kexp.org/v2/plays/3556215/?format=api",
    "airdate": "2025-09-22T06:27:12-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-e35915ce-7f70-471e-a601-931a4b74a359/mbid-e35915ce-7f70-471e-a601-931a4b74a359-38928925767_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-e35915ce-7f70-471e-a601-931a4b74a359/mbid-e35915ce-7f70-471e-a601-931a4b74a359-38928925767_thumb250.jpg",
    "song": "New London boy",
    "track_id": "2abadd34-ac14-4d46-b572-67d72e4bb390",
    "recording_id": "a7d717d6-78ec-4b18-9477-8cb5b17c719a",
    "artist": "Pet Shop Boys",
    "artist_ids": [
        "be540c02-7898-4b79-9acc-c8122c7d9e83"
    ],
    "album": "Nonetheless",
    "release_id": "e35915ce-7f70-471e-a601-931a4b74a359",
    "release_group_id": "c817b9c8-4fe5-4f02-9962-6ea6dd94b21b",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2024-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nonetheless is the 15th studio album by English synth-pop duo Pet Shop Boys, released in 2024 through the band's own label x2 and Parlophone.\n\nhttps://www.petshopboys.co.uk/product/album/nonetheless\nhttps://nonethelesspsb.bandcamp.com/album/nonetheless",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}