Information about plays

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

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

{
    "id": 3522788,
    "uri": "https://api.kexp.org/v2/plays/3522788/?format=api",
    "airdate": "2025-07-05T01:21:24-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "https://coverartarchive.org/release/16ce4321-2d2c-47d9-8845-efcd39dd61af/15500302067-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16ce4321-2d2c-47d9-8845-efcd39dd61af/15500302067-250.jpg",
    "song": "Stay Low",
    "track_id": null,
    "recording_id": "8a19b630-36ca-4d4d-83ad-dfd1e9678f4d",
    "artist": "Red Masque",
    "artist_ids": [
        "6c8be2a0-9336-498f-9cda-eccc490678b0"
    ],
    "album": "Seattle Syndrome Two",
    "release_id": null,
    "release_group_id": "8d2f5f14-a821-4cf8-9012-9df70eae922c",
    "labels": [
        "Engram Records"
    ],
    "label_ids": [
        "20f312d8-f083-42f3-937e-29e16aa57c03"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Red Masque formed in Seattle in the late 1970s and became part of the city’s early post-punk and new wave movement. The band included members like Mark Lamb (guitar) and Tim Fisher (vocals).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}