Information about plays

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

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

{
    "id": 3624586,
    "uri": "https://api.kexp.org/v2/plays/3624586/?format=api",
    "airdate": "2026-03-03T00:31:56-08:00",
    "show": 66076,
    "show_uri": "https://api.kexp.org/v2/shows/66076/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "咖啡杯裡的風光",
    "track_id": null,
    "recording_id": null,
    "artist": "Anthony Wong",
    "artist_ids": [],
    "album": "明明不是天使",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RD"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A little Hong Kong '90s pop nightcap",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}