Information about plays

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

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

{
    "id": 3549444,
    "uri": "https://api.kexp.org/v2/plays/3549444/?format=api",
    "airdate": "2025-09-06T01:10:43-07:00",
    "show": 64486,
    "show_uri": "https://api.kexp.org/v2/shows/64486/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orange",
    "track_id": null,
    "recording_id": null,
    "artist": "Led Er Est",
    "artist_ids": [
        "85360045-c4c7-408f-92c4-0b0b8bd73c95"
    ],
    "album": "PS 18",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ancien Regime"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These brilliant tracks from Led Er Est are not new releases — they were originally issued in 2010 as part of a split 12\" vinyl with Ancien Régime on the then-emerging label Mannequin Records.    \nhttps://lederestofficial.bandcamp.com/album/ps-18",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}