Information about plays

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

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

{
    "id": 3638146,
    "uri": "https://api.kexp.org/v2/plays/3638146/?format=api",
    "airdate": "2026-04-05T10:54:51-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-da07a173-bf3d-4e7e-995d-ce473ce83030/mbid-da07a173-bf3d-4e7e-995d-ce473ce83030-7142443599_thumb500.jpg",
    "thumbnail_uri": "https://dn710807.ca.archive.org/0/items/mbid-da07a173-bf3d-4e7e-995d-ce473ce83030/mbid-da07a173-bf3d-4e7e-995d-ce473ce83030-7142443599_thumb250.jpg",
    "song": "I'm Writing a Novel",
    "track_id": "99dc69ac-df85-391b-842c-ca87889d6e99",
    "recording_id": "71badd2f-d588-4bb3-8bc6-9a00744eef96",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Fear Fun",
    "release_id": "da07a173-bf3d-4e7e-995d-ce473ce83030",
    "release_group_id": "d76ee58c-cabb-4aec-b793-326ce29a7d65",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}