Information about plays

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

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

{
    "id": 3549959,
    "uri": "https://api.kexp.org/v2/plays/3549959/?format=api",
    "airdate": "2025-09-07T08:08:01-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amsterdam (Live from Reykjavik)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sofi Paez",
    "artist_ids": [
        "d20bfa57-978f-4dde-a23c-10eb0ab6dc72"
    ],
    "album": "Reykjavík Sessions (Live)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "OPIA Community"
    ],
    "label_ids": [
        "18311cb1-3e89-44fa-b3b5-23fb6d945b6e"
    ],
    "release_date": "2025-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First taste of the soon-to-be-released live EP from Costa Rican pianist/composer Sofi Paez ~ \nhttps://sofipaez.com :: \nhttps://www.opiacommunity.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}