Information about plays

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

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

{
    "id": 3522084,
    "uri": "https://api.kexp.org/v2/plays/3522084/?format=api",
    "airdate": "2025-07-03T12:36:39-07:00",
    "show": 63907,
    "show_uri": "https://api.kexp.org/v2/shows/63907/?format=api",
    "image_uri": "https://ia802903.us.archive.org/32/items/mbid-2ec1502e-1763-302d-9a92-fa8799566156/mbid-2ec1502e-1763-302d-9a92-fa8799566156-35883657505_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/32/items/mbid-2ec1502e-1763-302d-9a92-fa8799566156/mbid-2ec1502e-1763-302d-9a92-fa8799566156-35883657505_thumb250.jpg",
    "song": "Ceremony",
    "track_id": "da360456-2ef1-368f-878a-3ead27ec1112",
    "recording_id": "cfc16065-1c85-4082-9b76-f84979c44b8c",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Substance 1987",
    "release_id": "2ec1502e-1763-302d-9a92-fa8799566156",
    "release_group_id": "95f78ba6-4cdb-3c88-972a-4ef3220f7ad1",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ceremony\" is a significant single by New Order, released in March 1981, marking the debut of the band. Originally written by Joy Division, it was later released as New Order's first single. The song, along with its B-side \"In a Lonely Place,\" holds a special place in the band's history and showcases their transition from Joy Division to New Order.\n\nHere is a great article about the song Ceremony and the transition from Joy Division to New Order: https://www.thisisdig.com/feature/ceremony-new-order-song-story/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}