Information about plays

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

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

{
    "id": 3561275,
    "uri": "https://api.kexp.org/v2/plays/3561275/?format=api",
    "airdate": "2025-10-04T17:04:46-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia800504.us.archive.org/8/items/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad-6736129687_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/8/items/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad-6736129687_thumb250.jpg",
    "song": "Dreams Never End",
    "track_id": "9e4e28fd-6365-37be-b2b2-b3f4a7926b4f",
    "recording_id": "24405c01-1c11-4789-a845-5347fb36116d",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Movement",
    "release_id": "5c84e274-4f4e-3308-b168-d2c9a723e2ad",
    "release_group_id": "0f891855-ea0c-36f4-b851-0cbf9eeb5a95",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#693 New Order - Movement\n\nJoin the Vinyl Club at $100/mo and  receive 12 limited edition albums of KEXP in-studios! Learn more here: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}