Information about plays

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

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

{
    "id": 3628198,
    "uri": "https://api.kexp.org/v2/plays/3628198/?format=api",
    "airdate": "2026-03-12T20:23:05-07:00",
    "show": 66164,
    "show_uri": "https://api.kexp.org/v2/shows/66164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Intentions",
    "track_id": null,
    "recording_id": "f6d4a1c4-b8cf-4d4a-b7f7-e5ff6942dffc",
    "artist": "sunking",
    "artist_ids": [
        "2993a779-f541-4488-a911-9330b3cf4c47"
    ],
    "album": "SMUG",
    "release_id": null,
    "release_group_id": "647b9464-0644-42bf-96d9-f5a4a0c65eb0",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sunking is a musical duo based in Seattle, Washington, comprised of Bobby Granfelt (also known as Bobbyy) and Antoine Martel (also known as Sous Chef)., both of which are in the group High Pulp!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}