Information about plays

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

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

{
    "id": 3500373,
    "uri": "https://api.kexp.org/v2/plays/3500373/?format=api",
    "airdate": "2025-05-12T09:59:28-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia600207.us.archive.org/1/items/mbid-5a333b7f-a246-40f3-866a-86ed100f341b/mbid-5a333b7f-a246-40f3-866a-86ed100f341b-7043814823_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/1/items/mbid-5a333b7f-a246-40f3-866a-86ed100f341b/mbid-5a333b7f-a246-40f3-866a-86ed100f341b-7043814823_thumb250.jpg",
    "song": "Ooh La La",
    "track_id": "3e1ed45b-509e-338c-ae2f-547648fa680d",
    "recording_id": "bebc9ae3-65cd-4d72-924d-d75d130e08dd",
    "artist": "Faces",
    "artist_ids": [
        "8c7a8406-f15a-408d-b0f6-23be813bdddc"
    ],
    "album": "Ooh La La",
    "release_id": "5a333b7f-a246-40f3-866a-86ed100f341b",
    "release_group_id": "286c3192-41b7-3222-b819-28c4b98ebdc8",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ooh La La\" is the title track off the 1973 Faces album, written by Ronnie Lane and Ronnie Wood. The lead vocals were also provided by Wood, a rarity in the band's catalogue.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}