Information about plays

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

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

{
    "id": 3610899,
    "uri": "https://api.kexp.org/v2/plays/3610899/?format=api",
    "airdate": "2026-01-30T04:47:51-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-11f060a9-59b5-4071-9878-8db8998aa23c/mbid-11f060a9-59b5-4071-9878-8db8998aa23c-44167565646_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-11f060a9-59b5-4071-9878-8db8998aa23c/mbid-11f060a9-59b5-4071-9878-8db8998aa23c-44167565646_thumb250.jpg",
    "song": "Sugar on My Tounge (dub)",
    "track_id": "9e7a5ac0-7885-4247-a05d-86a2bc0aeaba",
    "recording_id": "031b5628-93ca-48b6-baff-d62fc9d9e9f7",
    "artist": "Pachyman",
    "artist_ids": [
        "db0f43f1-2433-4231-b3e6-a7069870a426"
    ],
    "album": "Naive Melodies",
    "release_id": "11f060a9-59b5-4071-9878-8db8998aa23c",
    "release_group_id": "dcfc09af-77c6-4c4d-b661-3d53536251bf",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}