Information about plays

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

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

{
    "id": 374884,
    "uri": "https://api.kexp.org/v2/plays/374884/?format=api",
    "airdate": "2019-08-31T15:17:46-07:00",
    "show": 6240,
    "show_uri": "https://api.kexp.org/v2/shows/6240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only One",
    "track_id": "d561e43d-6d4a-4e46-a511-d098568842af",
    "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": "New music from Molly Burch! http://www.mollyburchmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}