Information about plays

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

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

{
    "id": 3593339,
    "uri": "https://api.kexp.org/v2/plays/3593339/?format=api",
    "airdate": "2025-12-20T04:08:41-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Night",
    "track_id": "21ec850a-76cb-4e1a-9941-560244017590",
    "recording_id": "391b6fed-f0f8-4000-8d06-23557c2c7fd1",
    "artist": "Hollie Cook feat. Horseman",
    "artist_ids": [
        "40cc9caf-ee97-4ba7-978e-aeefad0363b4",
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Shy Girl",
    "release_id": "6d296c17-3e98-4905-a03e-7f1cc22e4d2b",
    "release_group_id": "df46bbd9-3bad-4f29-8421-c0c81be04634",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Woven with tight grooves, beautiful vocals and catchy melodies, Shy Girl hears singer and songwriter Hollie Cook revel in her contemporary lovers rock sound, more confident and open to vulnerability than ever before.\n\nhttps://holliecook.bandcamp.com/album/shy-girl\nhttps://www.holliecook.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}