Information about plays

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

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

{
    "id": 3561371,
    "uri": "https://api.kexp.org/v2/plays/3561371/?format=api",
    "airdate": "2025-10-04T20:48:30-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Washington My Home",
    "track_id": "fada8a13-b456-3aaa-9bff-b31af31ab1d5",
    "recording_id": "5741f329-5a5d-4c25-860f-07ce9b3f5e1b",
    "artist": "Sicko",
    "artist_ids": [
        "a8d741ae-ae10-4ee1-b965-7694c70ba7a5"
    ],
    "album": "You Are Not the Boss of Me",
    "release_id": "ca0b7e98-3511-4f92-b8e5-cee7048a049d",
    "release_group_id": "9093be34-155d-31bf-9e29-a8b75d306455",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1997-10-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}