Information about plays

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

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

{
    "id": 343098,
    "uri": "https://api.kexp.org/v2/plays/343098/?format=api",
    "airdate": "2019-06-18T19:26:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cucurrucucú Paloma (live)",
    "track_id": "f0875019-4023-3d05-9033-782227bf3796",
    "recording_id": null,
    "artist": "Caetano Veloso",
    "artist_ids": [
        "f07dbc2f-317b-470f-bad4-5f1b0eb6faf1"
    ],
    "album": "The Best of Caetano Veloso",
    "release_id": "8f723e4d-e851-4d87-aa20-6ee712c097d0",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [],
    "release_date": "2003-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A songwriter, poet, and provocateur who explores what it means to be Brazilian and part of the larger interconnected world. In recent years, he's become more known in the United States. The New York Times called him \"one of the greatest songwriters of the 20th century.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}