Information about plays

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

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

{
    "id": 3667606,
    "uri": "https://api.kexp.org/v2/plays/3667606/?format=api",
    "airdate": "2026-06-13T23:44:25-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://ia600609.us.archive.org/27/items/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa-21592805042_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa-21592805042_thumb250.jpg",
    "song": "Teenage Dogs in Trouble",
    "track_id": "4d577041-de2f-3790-bdcd-d3b606f14f26",
    "recording_id": "7e0129c5-c762-4903-90bb-7d2c5ce5dbc6",
    "artist": "The Young Fresh Fellows",
    "artist_ids": [
        "f3e93b5f-33ae-4b30-8e22-0a0fb4c4847e"
    ],
    "album": "When We Were Good",
    "release_id": "e65e1be0-4e7d-40d1-bd81-32b76f0fa481",
    "release_group_id": "b651761d-db65-30f5-9876-9b53433fe787",
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}