Information about plays

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

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

{
    "id": 369737,
    "uri": "https://api.kexp.org/v2/plays/369737/?format=api",
    "airdate": "2019-08-20T04:41:32-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Party",
    "track_id": "5b67e7bb-a5a7-4912-acc7-acdc0d1f5c33",
    "recording_id": null,
    "artist": "Molly Burch",
    "artist_ids": [
        "74f5d2c7-48b0-4590-a54a-d444fd0b99f9"
    ],
    "album": "Ballads",
    "release_id": "54bab904-7391-452a-9b69-7b9032b80d2f",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Molly Burch's \"Wrong For You\" was KEXP Song of The Day in 2017: https://www.kexp.org/read/2017/4/18/song-of-the-day-molly-burch-wrong-for-you/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}