Information about plays

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

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

{
    "id": 3523012,
    "uri": "https://api.kexp.org/v2/plays/3523012/?format=api",
    "airdate": "2025-07-05T15:09:33-07:00",
    "show": 63929,
    "show_uri": "https://api.kexp.org/v2/shows/63929/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-d218a957-f91f-4fa2-aee7-7dfe47982f88/mbid-d218a957-f91f-4fa2-aee7-7dfe47982f88-27419104698_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-d218a957-f91f-4fa2-aee7-7dfe47982f88/mbid-d218a957-f91f-4fa2-aee7-7dfe47982f88-27419104698_thumb250.jpg",
    "song": "Deceptacon (DFA mix)",
    "track_id": "9620d961-ca1f-38e5-bfd4-b8f6ecc236c2",
    "recording_id": "0bc4e0eb-ceb8-4514-9f51-c70c8b8f06a9",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "Yes New York",
    "release_id": "d218a957-f91f-4fa2-aee7-7dfe47982f88",
    "release_group_id": "45935e83-e186-37c3-8fd7-c37928dd0990",
    "labels": [
        "Wolfgang Morden"
    ],
    "label_ids": [
        "57406170-6b7e-4df6-906c-aef9bc632ae6"
    ],
    "release_date": "2003-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request from Cory!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}