Information about plays

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

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

{
    "id": 3601427,
    "uri": "https://api.kexp.org/v2/plays/3601427/?format=api",
    "airdate": "2026-01-07T13:51:35-08:00",
    "show": 65588,
    "show_uri": "https://api.kexp.org/v2/shows/65588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "let em rock",
    "track_id": "d4c49d4e-0c22-400a-90be-b6c6a922f257",
    "recording_id": "00119bff-7198-41e9-85e6-51a5d07c05a1",
    "artist": "bad tuner",
    "artist_ids": [
        "42f032ab-25e7-445b-85c7-0861ab137aa6"
    ],
    "album": "let em rock",
    "release_id": "aaf5cf08-8b5e-477a-b1bd-59079fdbef09",
    "release_group_id": "7bc099ac-ed5d-45c1-905b-8895afad1b1a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "bad tuner is a Brooklyn-based multi-instrumentalist and producer.: https://badtuner.bandcamp.com/track/let-em-rock\n--\nFollow him here on his Instagram page: https://www.instagram.com/bad_tuner/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}