Information about plays

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

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

{
    "id": 3554944,
    "uri": "https://api.kexp.org/v2/plays/3554944/?format=api",
    "airdate": "2025-09-19T09:10:00-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://ia800209.us.archive.org/24/items/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb-10460879564_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/24/items/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb/mbid-393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb-10460879564_thumb250.jpg",
    "song": "Only You",
    "track_id": "b558f856-c52e-363c-88ae-54e8b91dcb40",
    "recording_id": "603c1b5d-8624-4f00-a96a-a4c9518c28d4",
    "artist": "Yazoo",
    "artist_ids": [
        "42922db2-2e80-44b8-9cdf-0b3a6634c124"
    ],
    "album": "Upstairs at Eric’s",
    "release_id": "393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb",
    "release_group_id": "ca189e76-5704-3097-8dad-b6e1923bc917",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vince Clarke wrote this song while with Depeche Mode but recorded it in 1982 after forming Yazoo with Alison Moyet. It was the duo's first single.\n--\nWith his departure from Depeche Mode imminent, Clarke was looking for a female vocalist to sing on this track. He talked about how he found Moyet: \"The first time I heard her sing, she was in a punk band called the Vandals. And my best friend, Rob, he was the guitarist for the Vandals, and they played at one of the local pubs. And then I saw her a couple of times after that. She sang for an R&B band. So when I finally had her do this demo with me, I knew she had a great voice.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}