Information about plays

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

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

{
    "id": 3419010,
    "uri": "https://api.kexp.org/v2/plays/3419010/?format=api",
    "airdate": "2024-10-29T21:51:11-07:00",
    "show": 61711,
    "show_uri": "https://api.kexp.org/v2/shows/61711/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sumay",
    "track_id": null,
    "recording_id": null,
    "artist": "Chancha Vía Circuito, El Búho",
    "artist_ids": [
        "22c82e36-c32c-4206-8a49-6d350cce992f",
        "0981102f-a51b-474e-849e-3756fe1fef64"
    ],
    "album": "Tenalach",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pedro Canale, Robin Perkins"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sumay\" is a track from the EP \"Tenalach,\" a collaboration between Chancha Vía Circuito and El Búho, released on October 25, 2024. The EP features a blend of organic and electronic sounds, reflecting themes of nature and connection to the environment. \"Sumay\" captures the essence of this synergy, showcasing both artists' unique styles.\n\nVisit https://elbuho.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}