Information about plays

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

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

{
    "id": 3540878,
    "uri": "https://api.kexp.org/v2/plays/3540878/?format=api",
    "airdate": "2025-08-16T19:15:56-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel Free",
    "track_id": "810730de-46b9-4ece-9365-2e38ea29d876",
    "recording_id": "0643a8ab-8085-41ff-a4ac-ba4bf6c32e5f",
    "artist": "Mirrorgloss",
    "artist_ids": [
        "4a457cca-68ef-472b-9009-0593dfd19814"
    ],
    "album": "I Feel Free",
    "release_id": "0f401a98-926b-49a3-b52c-af3c59b85cbe",
    "release_group_id": "2a7d710c-b9fc-48d1-8db8-e68f974f0bf8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Najah Monique Todd and Del Brown make up the local dance-pop duo Mirrorgloss.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}