Information about plays

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

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

{
    "id": 3610892,
    "uri": "https://api.kexp.org/v2/plays/3610892/?format=api",
    "airdate": "2026-01-30T04:23:14-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-f6b030f2-43bf-4f6f-96b3-18711b420302/mbid-f6b030f2-43bf-4f6f-96b3-18711b420302-44208611750_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-f6b030f2-43bf-4f6f-96b3-18711b420302/mbid-f6b030f2-43bf-4f6f-96b3-18711b420302-44208611750_thumb250.jpg",
    "song": "in this world",
    "track_id": "13049c74-a994-48f0-8e93-94fce216740f",
    "recording_id": "367ed0f3-9f41-4e04-8571-72df6efb981a",
    "artist": "bad tuner",
    "artist_ids": [
        "42f032ab-25e7-445b-85c7-0861ab137aa6"
    ],
    "album": "in this world",
    "release_id": "f6b030f2-43bf-4f6f-96b3-18711b420302",
    "release_group_id": "36976122-ce6d-4e3d-bdf8-a0c49e06c469",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}