Information about plays

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

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

{
    "id": 3631273,
    "uri": "https://api.kexp.org/v2/plays/3631273/?format=api",
    "airdate": "2026-03-20T01:28:38-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-8649ba68-29aa-4707-af8a-18525b1415af/mbid-8649ba68-29aa-4707-af8a-18525b1415af-44203021840_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-8649ba68-29aa-4707-af8a-18525b1415af/mbid-8649ba68-29aa-4707-af8a-18525b1415af-44203021840_thumb250.jpg",
    "song": "Changes Like the Weather",
    "track_id": "44ee8918-9661-4679-9463-a427a6f813ae",
    "recording_id": "ecd2238a-401e-4eef-89be-f7b6ead868b0",
    "artist": "MT Jones",
    "artist_ids": [
        "a7c50dc3-9a8b-4868-8cc9-3a9f065d62f0"
    ],
    "album": "Joy",
    "release_id": "8649ba68-29aa-4707-af8a-18525b1415af",
    "release_group_id": "b3411db2-c6e4-437f-87c8-9ac0a00ade05",
    "labels": [
        "EMDMM LTD."
    ],
    "label_ids": [
        "97d3c932-a747-406e-8a4d-201554e9f70e"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}