Information about plays

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

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

{
    "id": 3545297,
    "uri": "https://api.kexp.org/v2/plays/3545297/?format=api",
    "airdate": "2025-08-27T01:22:52-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia902801.us.archive.org/23/items/mbid-8fe04762-3cfa-4052-b8aa-38467fabf856/mbid-8fe04762-3cfa-4052-b8aa-38467fabf856-20575756616_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/23/items/mbid-8fe04762-3cfa-4052-b8aa-38467fabf856/mbid-8fe04762-3cfa-4052-b8aa-38467fabf856-20575756616_thumb250.jpg",
    "song": "Feels Like Summer",
    "track_id": "9914de28-510b-40b0-a567-468df0a36832",
    "recording_id": "f363ff62-b887-4f72-9742-e835fb051b8b",
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "Feels Like Summer",
    "release_id": "8fe04762-3cfa-4052-b8aa-38467fabf856",
    "release_group_id": "0b70db54-0070-4863-a432-7a51057f43b2",
    "labels": [
        "RCA Records"
    ],
    "label_ids": [
        "ea212af6-825a-40ce-8ae5-1da631ea1b56"
    ],
    "release_date": "2018-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Actor, Writer Donald Glover created the musical character Childish Gambino. The name was made with an online band name generator! https://www.childishgambino.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}