Information about plays

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

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

{
    "id": 3548409,
    "uri": "https://api.kexp.org/v2/plays/3548409/?format=api",
    "airdate": "2025-09-03T12:25:09-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://ia903106.us.archive.org/3/items/mbid-5892e703-8ae3-4e62-a791-63f883fc35bd/mbid-5892e703-8ae3-4e62-a791-63f883fc35bd-19121566850_thumb500.jpg",
    "thumbnail_uri": "https://ia803106.us.archive.org/3/items/mbid-5892e703-8ae3-4e62-a791-63f883fc35bd/mbid-5892e703-8ae3-4e62-a791-63f883fc35bd-19121566850_thumb250.jpg",
    "song": "Crystal",
    "track_id": "fa4dcff6-f4a2-3470-b0dd-45015c33bb03",
    "recording_id": "897c06fd-a672-45c7-932b-90168ab83597",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Get Ready",
    "release_id": "5892e703-8ae3-4e62-a791-63f883fc35bd",
    "release_group_id": "03fce663-c450-34ab-afea-b8824796bb46",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}