Information about plays

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

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

{
    "id": 381794,
    "uri": "https://api.kexp.org/v2/plays/381794/?format=api",
    "airdate": "2019-09-17T01:57:42-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bang Bang",
    "track_id": "847845b6-1a72-465c-aab4-3e6322016317",
    "recording_id": null,
    "artist": "The Avett Brothers",
    "artist_ids": [
        "0a176d0a-ef46-4e7f-b018-9f4d65614668"
    ],
    "album": "Closer Than Together",
    "release_id": "1eeaa85a-0e86-4926-8f16-0ffacc650283",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NPR Music Tiny Desk Concert -- The Avett Brothers: https://bit.ly/U5Tcm4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}