Information about plays

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

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

{
    "id": 3627992,
    "uri": "https://api.kexp.org/v2/plays/3627992/?format=api",
    "airdate": "2026-03-12T04:56:26-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://dn710407.ca.archive.org/0/items/mbid-4d52621e-dfe1-4c34-a852-793c0b7cb76f/mbid-4d52621e-dfe1-4c34-a852-793c0b7cb76f-44018273047_thumb500.jpg",
    "thumbnail_uri": "https://dn710407.ca.archive.org/0/items/mbid-4d52621e-dfe1-4c34-a852-793c0b7cb76f/mbid-4d52621e-dfe1-4c34-a852-793c0b7cb76f-44018273047_thumb250.jpg",
    "song": "Emeralds",
    "track_id": "51a6302c-f5c6-4e00-8973-fe37bf38e16b",
    "recording_id": "761bb9da-4583-4da1-94e9-e75f7a92b7ef",
    "artist": "Parlor Greens",
    "artist_ids": [
        "9d13baba-2e96-448e-ac2b-bf38fc189827"
    ],
    "album": "Emeralds",
    "release_id": "4d52621e-dfe1-4c34-a852-793c0b7cb76f",
    "release_group_id": "ffc4ed36-a231-4896-8840-237a6f7f11b6",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}