Information about plays

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

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

{
    "id": 3641502,
    "uri": "https://api.kexp.org/v2/plays/3641502/?format=api",
    "airdate": "2026-04-13T08:52:13-07:00",
    "show": 66442,
    "show_uri": "https://api.kexp.org/v2/shows/66442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Triple Dog",
    "track_id": "63c1f2b9-dd2e-411e-a41c-d83ea2b94418",
    "recording_id": "b1c31b56-cb7e-4729-baba-4633f5545509",
    "artist": "SunDog",
    "artist_ids": [
        "af3d2468-769a-4105-80d2-c9fc9a787b68"
    ],
    "album": "Triple Dog",
    "release_id": "72f7b3ef-1a8e-451a-b0fd-ed1f11373369",
    "release_group_id": "66483743-2ac0-4c24-9181-9bbe189ad3c4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-03-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "SunDog is an psych-grunge-pop rock band based in Anchorage, Alaska.\n\nhttps://sundogak.bandcamp.com/track/triple-dog",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}