Information about plays

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

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

{
    "id": 3598178,
    "uri": "https://api.kexp.org/v2/plays/3598178/?format=api",
    "airdate": "2025-12-30T21:44:28-08:00",
    "show": 65519,
    "show_uri": "https://api.kexp.org/v2/shows/65519/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello Operator",
    "track_id": "be664048-abe1-4fe5-9253-d4a44d711ef1",
    "recording_id": "af14e803-588c-45df-85e1-d24c4c5719be",
    "artist": "Hollie Cook",
    "artist_ids": [
        "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-songwriter Hollie Cook revel in her contemporary lovers rock sound, more confident and open to vulnerability than ever before.\n\nhttp://holliecook.bandcamp.com/album/shy-girl\nhttps://www.holliecook.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}