Information about plays

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

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

{
    "id": 3583794,
    "uri": "https://api.kexp.org/v2/plays/3583794/?format=api",
    "airdate": "2025-11-27T20:29:41-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Last Kiss",
    "track_id": null,
    "recording_id": null,
    "artist": "宇多田ヒカル",
    "artist_ids": [
        "b539e453-c4fe-47e3-8a07-8517eac74429"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music LLC"
    ],
    "label_ids": [],
    "release_date": "2021-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "宇多田ヒカル (Hikaru Utada), also known mononymously as Utada, is a Japanese and American singer, songwriter, and producer. They are considered to be one of the most influential and best-selling musical artists in Japan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}