Information about plays

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

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

{
    "id": 352269,
    "uri": "https://api.kexp.org/v2/plays/352269/?format=api",
    "airdate": "2019-07-09T19:48:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Simplesmente",
    "track_id": "f2364675-a80f-3ae4-a839-064fcd1de09b",
    "recording_id": null,
    "artist": "Bebel Gilberto",
    "artist_ids": [
        "8777a849-fb4e-4430-9918-170f619c5286"
    ],
    "album": "Bebel Gilberto",
    "release_id": "239730bd-79a4-4a20-9b79-48ed51084683",
    "release_group_id": null,
    "labels": [
        "Columbia Music Entertainment"
    ],
    "label_ids": [],
    "release_date": "2004-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gilberto was born in New York City to Brazilian parents, bossa nova pioneer João Gilberto and singer Miúcha, who were briefly living in the city at the time of her birth. She often traveled with her father when he recorded albums in different countries; she lived in Mexico at age three and moved to Rio de Janeiro at age five",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}