Information about plays

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

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

{
    "id": 3416825,
    "uri": "https://api.kexp.org/v2/plays/3416825/?format=api",
    "airdate": "2024-10-24T19:28:52-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WHAT WE DREW 우리가 그려왔던",
    "track_id": null,
    "recording_id": "4883b6dd-b2e4-401b-9be9-89ff87164c61",
    "artist": "Yaegi",
    "artist_ids": [],
    "album": "WHAT WE DREW 우리가 그려왔던",
    "release_id": null,
    "release_group_id": "7f2da728-17c3-41aa-8503-fd73fd4bfa69",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kathy Yaeji Lee, known professionally as Yaeji, is an American singer, DJ, and producer based in Brooklyn, New York City. Her style blends elements of house music and hip hop with mellow, quiet vocals sung in both English and Korean.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}