Information about plays

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

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

{
    "id": 3414001,
    "uri": "https://api.kexp.org/v2/plays/3414001/?format=api",
    "airdate": "2024-10-17T19:11:09-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Trip",
    "track_id": null,
    "recording_id": null,
    "artist": "Tokimeki Records, Hannah Warm",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When the night falls on the city, Tokimeki Records take the stage to bring you the nostalgic sounds. When the summer was nearing its end in 2019, a musical project was launched to cover 80’s-90’s hit songs of Japan and abroad. Electro-boogie sounds highlighted by synthesizers are infused with their soulful & sensual voice to tell stories of sophisticated, mellow and sultry evenings.\n--\nhttps://tokimekirecords.bandcamp.com/album/-",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}