Information about plays

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

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

{
    "id": 3551516,
    "uri": "https://api.kexp.org/v2/plays/3551516/?format=api",
    "airdate": "2025-09-11T02:08:24-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia800204.us.archive.org/32/items/mbid-97d507b4-a616-48a3-ae43-f8aec6ee6548/mbid-97d507b4-a616-48a3-ae43-f8aec6ee6548-7856225248_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/32/items/mbid-97d507b4-a616-48a3-ae43-f8aec6ee6548/mbid-97d507b4-a616-48a3-ae43-f8aec6ee6548-7856225248_thumb250.jpg",
    "song": "Green and Yellow Basket",
    "track_id": "2f79a66d-a095-475a-8b70-b1b22798ed57",
    "recording_id": "d803c465-a921-4e38-ae74-5282c7bd8d18",
    "artist": "Friends and Family",
    "artist_ids": [
        "5edb6b01-a486-4cf4-881e-35098c980731"
    ],
    "album": "Happy, Good-looking, and in Love",
    "release_id": "97d507b4-a616-48a3-ae43-f8aec6ee6548",
    "release_group_id": "dc9c8ac3-0a3e-4f57-a685-a8f2c74a1bae",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-05-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band \nhttps://friendsandfamily.bandcamp.com/album/green-and-yellow-basket",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}