Information about plays

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

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

{
    "id": 3611664,
    "uri": "https://api.kexp.org/v2/plays/3611664/?format=api",
    "airdate": "2026-01-31T23:42:00-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d331621-f193-4d1f-9525-dfede21dfb9c/43239948859-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d331621-f193-4d1f-9525-dfede21dfb9c/43239948859-250.jpg",
    "song": "Police Brutality",
    "track_id": null,
    "recording_id": "a54d26f8-cc96-45a7-a95a-7d272aa4b79d",
    "artist": "Urban Waste",
    "artist_ids": [
        "90ba26ce-cedd-4157-8131-df27860899e6"
    ],
    "album": "Urban Waste",
    "release_id": null,
    "release_group_id": "bf24d925-b6da-4911-b87b-f22599284259",
    "labels": [
        "Mob Style Records"
    ],
    "label_ids": [
        "bedaaef1-6eee-4dd4-9638-35cd9dd43433"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roger Miret, lead vocalist for New York hardcore legends Agnostic Front, reportedly cited Urban Waste as the band that got him into hardcore.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}