Information about plays

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

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

{
    "id": 375769,
    "uri": "https://api.kexp.org/v2/plays/375769/?format=api",
    "airdate": "2019-09-02T22:36:00-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Violin Tsunami",
    "track_id": "1becc1c5-61cd-40ec-9b1b-2cddefe77eef",
    "recording_id": null,
    "artist": "Kishi Bashi",
    "artist_ids": [
        "7c340ac5-6eda-4981-91d6-d5b1f4d1bbbf"
    ],
    "album": "Omoiyari",
    "release_id": "b7b6c4ba-1c46-4c71-9c3e-e68dc5a127f6",
    "release_group_id": null,
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kishi Bashi playing the Showbox Sodo on October 6th. Here they are live on KEXP: https://www.youtube.com/watch?v=dtmQpRpzOZw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}