Information about plays

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

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

{
    "id": 3522790,
    "uri": "https://api.kexp.org/v2/plays/3522790/?format=api",
    "airdate": "2025-07-05T01:27:32-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "https://coverartarchive.org/release/a645f2fb-975f-4cac-9fc1-c7f8d324e1c6/40085625303-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a645f2fb-975f-4cac-9fc1-c7f8d324e1c6/40085625303-250.jpg",
    "song": "Happy Hunting Ground",
    "track_id": null,
    "recording_id": "edc5f86d-ab37-476a-8e0e-7b7ac9a5d618",
    "artist": "Blackouts",
    "artist_ids": [
        "4341e6c4-a940-45f5-9e02-b6b287da70f6"
    ],
    "album": "History in Reverse",
    "release_id": null,
    "release_group_id": "dd8aa6a0-9686-35af-bd1b-a619cc681225",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Blackouts’ members went on to play in influential bands like Ministry and Revolting Cocks. Drummer Bill Rieflin notably became a key figure in Ministry and later worked with bands like R.E.M. and King Crimson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}