Information about plays

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

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

{
    "id": 3421429,
    "uri": "https://api.kexp.org/v2/plays/3421429/?format=api",
    "airdate": "2024-11-04T20:50:21-08:00",
    "show": 61765,
    "show_uri": "https://api.kexp.org/v2/shows/61765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Canton Mambo",
    "track_id": null,
    "recording_id": null,
    "artist": "Gia Fu",
    "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": "Canton Mambo 曼波 is a project and party based in Hong Kong dedicated to bridging cultural gaps and embracing diversity through Salsa, Afro-Latin music & Asian sounds created by Gia Fu. Through extensive research and study of the history and influences between different cultures, Canton Mambo aims to create an inclusive space where cultural blends harmoniously foster unity through music. @cantonmambo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}