Information about plays

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

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

{
    "id": 3611326,
    "uri": "https://api.kexp.org/v2/plays/3611326/?format=api",
    "airdate": "2026-01-31T06:51:01-08:00",
    "show": 65800,
    "show_uri": "https://api.kexp.org/v2/shows/65800/?format=api",
    "image_uri": "https://dn710104.ca.archive.org/0/items/mbid-8c49701e-b108-4f33-88a7-96d33c64dc3c/mbid-8c49701e-b108-4f33-88a7-96d33c64dc3c-19368548317_thumb500.jpg",
    "thumbnail_uri": "https://dn710104.ca.archive.org/0/items/mbid-8c49701e-b108-4f33-88a7-96d33c64dc3c/mbid-8c49701e-b108-4f33-88a7-96d33c64dc3c-19368548317_thumb250.jpg",
    "song": "IT Girl",
    "track_id": "57726fd5-4b70-3365-b3c2-f2fa718a046f",
    "recording_id": "2c459b9b-0792-4d5f-86e2-767d10c6a25f",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Thank God for Mental Illness",
    "release_id": "8c49701e-b108-4f33-88a7-96d33c64dc3c",
    "release_group_id": "eb5b111a-2570-3d64-ac06-4d98a2e0cfa3",
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1996-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}