Information about plays

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

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

{
    "id": 3584775,
    "uri": "https://api.kexp.org/v2/plays/3584775/?format=api",
    "airdate": "2025-11-29T23:35:38-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grandstand",
    "track_id": null,
    "recording_id": null,
    "artist": "Dragnet",
    "artist_ids": [
        "2009a9d3-6921-4bc3-bf3a-06b6017dccae"
    ],
    "album": "Dragnet Reigns",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spoilsport Records"
    ],
    "label_ids": [
        "48505ee1-5b4a-4814-84b1-4a5a4409fe1e"
    ],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This record marks the final contributions of both Meaghan Weiley & Alicia Nolan, with both members moving on from the group.  Their stylish shoes have been filled by Lisa Rashleigh (Delivery, Soursob) & Kailey Dick moving forward.\n\nhttps://dragnetband.bandcamp.com/album/dragnet-reigns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}