Information about plays

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

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

{
    "id": 3594033,
    "uri": "https://api.kexp.org/v2/plays/3594033/?format=api",
    "airdate": "2025-12-21T13:15:37-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flavour (feat. Andy Cooper)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Allergies",
    "artist_ids": [
        "7f9c97b9-03d6-4f31-9cfe-59f5b8c5b42d"
    ],
    "album": "Allergy Season",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Bristol, England.\n\nhttps://theallergies.bandcamp.com/album/allergies-season-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}