Information about plays

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

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

{
    "id": 3561293,
    "uri": "https://api.kexp.org/v2/plays/3561293/?format=api",
    "airdate": "2025-10-04T18:20:07-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia800609.us.archive.org/27/items/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa-21592805042_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/27/items/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa/mbid-b791db94-3db6-49a8-8c40-a47be335d6aa-21592805042_thumb250.jpg",
    "song": "Searchin' U.S.A.",
    "track_id": "ddf5d1b0-0cc3-3d66-80cc-d7485dd7f2c1",
    "recording_id": "d143d139-19ee-4a2b-b3a9-a0b7e3c1f3c1",
    "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": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}