Information about plays

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

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

{
    "id": 3631147,
    "uri": "https://api.kexp.org/v2/plays/3631147/?format=api",
    "airdate": "2026-03-19T16:55:48-07:00",
    "show": 66224,
    "show_uri": "https://api.kexp.org/v2/shows/66224/?format=api",
    "image_uri": "https://dn711305.ca.archive.org/0/items/mbid-b28c0750-01eb-3938-959a-470ccaedc71c/mbid-b28c0750-01eb-3938-959a-470ccaedc71c-17062558953_thumb500.jpg",
    "thumbnail_uri": "https://dn711305.ca.archive.org/0/items/mbid-b28c0750-01eb-3938-959a-470ccaedc71c/mbid-b28c0750-01eb-3938-959a-470ccaedc71c-17062558953_thumb250.jpg",
    "song": "Squonk",
    "track_id": "b5534b19-5503-3c00-b25a-92e5ebe7fc44",
    "recording_id": "d29b637b-9ad3-4c56-9d2e-461bd995f59a",
    "artist": "Genesis",
    "artist_ids": [
        "8e3fcd7d-bda1-4ca0-b987-b8528d2ee74e"
    ],
    "album": "A Trick of the Tail",
    "release_id": "a6a1aaa0-975f-3730-8ce4-61cf9a3b24d4",
    "release_group_id": "adcc32d7-cb30-3201-84fa-488e35c9c9ed",
    "labels": [
        "Mobile Fidelity Sound Lab"
    ],
    "label_ids": [
        "edd54e2f-2eef-46b1-a9b5-bedfe5ed33be"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The squonk is a mythical creature that is reputed to live in the hemlock forests of northern Pennsylvania in the United States.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}