Information about plays

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

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

{
    "id": 3639285,
    "uri": "https://api.kexp.org/v2/plays/3639285/?format=api",
    "airdate": "2026-04-08T02:33:02-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talking",
    "track_id": "18cdceb3-2dac-4368-9305-7fd6734ca2a1",
    "recording_id": "8665f65c-b077-489f-9bbb-9dfda507f676",
    "artist": "Kim Virant",
    "artist_ids": [
        "c73acb5b-fc56-4294-b5fd-1b60d490451c"
    ],
    "album": "4 More",
    "release_id": "da1fe634-eea8-41cc-90fa-562aad1495e2",
    "release_group_id": "85bebbec-da7c-462f-a7f9-1fedc15053fd",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-07-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}