Information about plays

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

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

{
    "id": 3667636,
    "uri": "https://api.kexp.org/v2/plays/3667636/?format=api",
    "airdate": "2026-06-14T02:13:20-07:00",
    "show": 66984,
    "show_uri": "https://api.kexp.org/v2/shows/66984/?format=api",
    "image_uri": "https://ia800808.us.archive.org/13/items/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6-21363825078_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6-21363825078_thumb250.jpg",
    "song": "Then Comes Dudley",
    "track_id": "0c931ddd-bf99-322b-bf0a-819670210ea2",
    "recording_id": "cbd7d17f-347d-4214-9a4f-4396096d79bb",
    "artist": "The Jesus Lizard",
    "artist_ids": [
        "dfebd6c0-dae7-4cc8-a8e9-0dbaa382209f"
    ],
    "album": "Goat",
    "release_id": "f2830a83-184b-45b4-829d-e7af946ff3b6",
    "release_group_id": "5c057a6c-1841-37b3-a94d-a43f476bef1f",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}