Information about plays

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

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

{
    "id": 343095,
    "uri": "https://api.kexp.org/v2/plays/343095/?format=api",
    "airdate": "2019-06-18T19:12:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Con los años que me quedan",
    "track_id": "d8422297-ed99-46a7-829c-45603bf70ac3",
    "recording_id": null,
    "artist": "Gloria Estefan",
    "artist_ids": [
        "becd8cc6-a453-4183-af88-dedaaec859a6"
    ],
    "album": "Mi tierra",
    "release_id": "2001cdf1-c69b-47ad-84bf-f19a2c600517",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As a toddler Estefan fled Cuba with her family. In 1975 she met keyboardist Emilio Estefan, her future husband, who led a band called the Miami Latin Boys. Estefan became the lead singer and the band was renamed the Miami Sound Machine, before going on to score several Top 10 hits in the 1980s and 1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}