Information about plays

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

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

{
    "id": 3594560,
    "uri": "https://api.kexp.org/v2/plays/3594560/?format=api",
    "airdate": "2025-12-22T17:50:21-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CPM",
    "track_id": null,
    "recording_id": null,
    "artist": "TRD-01",
    "artist_ids": [
        "666f6b73-5588-49c2-b6c8-956055e008f0"
    ],
    "album": "Sounds from the Far East",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alter ego of Soichi Terada\n\nCompiled by Hunee, 'Sounds from the Far East' features highly sought after material by legendary Japanese house producer Soichi Terada and fellow producers Shinichiro Yokota, Manabu Nagayama!\n\nhttps://soichiterada.bandcamp.com/album/sounds-from-the-far-east",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}