Information about plays

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

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

{
    "id": 349009,
    "uri": "https://api.kexp.org/v2/plays/349009/?format=api",
    "airdate": "2019-07-02T11:12:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paraguay My Love",
    "track_id": null,
    "recording_id": null,
    "artist": "The Ocean Blue",
    "artist_ids": [
        "ec091c5c-cb67-47e7-a2c9-e61ec1afc17a"
    ],
    "album": "Kings and Queens / Knaves and Thieves",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Korda Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kings and Queens/Knaves and Thieves\" is The Ocean Blue's first album in six years.:  https://www.facebook.com/TheOceanBlueMusic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}