Information about plays

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

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

{
    "id": 3581650,
    "uri": "https://api.kexp.org/v2/plays/3581650/?format=api",
    "airdate": "2025-11-22T21:50:07-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tiny Shorts",
    "track_id": null,
    "recording_id": null,
    "artist": "Twat Union",
    "artist_ids": [
        "42194c6d-c105-4b91-b41b-dfa221d6c0b6"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Alcopop! Records"
    ],
    "label_ids": [
        "47c64967-c465-4a35-84f3-09bd49d7d008"
    ],
    "release_date": "2025-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This all-female British band have built up a grassroots fanbase around London thanks to their blistering live shows skewering the letdowns and joys of life as women.\n\nhttps://twatunion.co.uk/\nhttps://twatunion.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}