Information about plays

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

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

{
    "id": 3522919,
    "uri": "https://api.kexp.org/v2/plays/3522919/?format=api",
    "airdate": "2025-07-05T10:05:45-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Smoke the Seed",
    "track_id": null,
    "recording_id": "250bb990-cac0-4f03-8f8b-c3882a9be632",
    "artist": "Michael Palmer",
    "artist_ids": [
        "13788be7-711f-4b03-a604-783ee1b97bd5"
    ],
    "album": "Hi Grade Ganja Anthems 2",
    "release_id": null,
    "release_group_id": "ad9f553e-5b29-463b-a83d-87a9e605efa7",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Palmer, also known as Palma Dog, is a Jamaican reggae musician who released several albums in the 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}