Information about plays

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

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

{
    "id": 3576895,
    "uri": "https://api.kexp.org/v2/plays/3576895/?format=api",
    "airdate": "2025-11-11T16:28:51-08:00",
    "show": 65083,
    "show_uri": "https://api.kexp.org/v2/shows/65083/?format=api",
    "image_uri": "https://ia601601.us.archive.org/3/items/mbid-ed82b5b9-9b07-4e34-bfc2-0e8ce12fcb36/mbid-ed82b5b9-9b07-4e34-bfc2-0e8ce12fcb36-9248913091_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/3/items/mbid-ed82b5b9-9b07-4e34-bfc2-0e8ce12fcb36/mbid-ed82b5b9-9b07-4e34-bfc2-0e8ce12fcb36-9248913091_thumb250.jpg",
    "song": "Elevate",
    "track_id": "0357b9e3-74af-4fe1-9e22-c0f1f852a24e",
    "recording_id": "853edec8-ef04-490e-89c7-7e6adeef90fb",
    "artist": "St. Lucia",
    "artist_ids": [
        "d996eadd-029d-4478-aa4b-fc9446653548"
    ],
    "album": "When the Night",
    "release_id": "ed82b5b9-9b07-4e34-bfc2-0e8ce12fcb36",
    "release_group_id": "a05de21a-c08f-4f09-b60d-716893400830",
    "labels": [
        "Neon Gold",
        "Columbia"
    ],
    "label_ids": [
        "813cd12c-d731-4e33-9169-3841336b24c0",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "St. Lucia is the project of the singer and musician Jean-Philip Grobler -- 'When the Night' was the first full length record released on Neon Gold Records, a label that broke Passion Pit, Christine and the Queens, Charli XCX, and more. http://www.stlucianewyork.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}