Information about plays

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

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

{
    "id": 352256,
    "uri": "https://api.kexp.org/v2/plays/352256/?format=api",
    "airdate": "2019-07-09T18:55:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O grande amor",
    "track_id": "e2eb7382-d9e3-4a96-bd3f-19135e98773e",
    "recording_id": null,
    "artist": "Stan Getz",
    "artist_ids": [
        "8f2422ab-0ec6-4c92-80c4-afe9622fab32"
    ],
    "album": "Getz/Gilberto",
    "release_id": "a511fafd-4d9f-4172-b9c6-66a16adf5854",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track features Joao Gilberto in collaboration with American saxophonist Stan Getz. Stan was hugely influenced by Joano and brought bossa nova to the American mainstream.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}