Information about plays

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

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

{
    "id": 3549960,
    "uri": "https://api.kexp.org/v2/plays/3549960/?format=api",
    "airdate": "2025-09-07T08:11:03-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Theme (feat. Aase Nielsen)",
    "track_id": null,
    "recording_id": null,
    "artist": "TLF Trio",
    "artist_ids": [],
    "album": "Desire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "15 love"
    ],
    "label_ids": [
        "24767dd7-f494-4e36-9c7a-421ae7d4205f"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Captivating new sophomore album from Copenhagen-based trio TLF Trio ~ https://tlftrio.bandcamp.com/album/desire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}