Information about plays

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

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

{
    "id": 371663,
    "uri": "https://api.kexp.org/v2/plays/371663/?format=api",
    "airdate": "2019-08-24T06:19:00-07:00",
    "show": 6189,
    "show_uri": "https://api.kexp.org/v2/shows/6189/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "THUG LIFE",
    "track_id": "d45569e2-328e-4cef-86f3-7ace3a61b18d",
    "recording_id": null,
    "artist": "BROCKHAMPTON",
    "artist_ids": [
        "3ac96b4c-4f42-48c8-b793-84dbf54d7ac6"
    ],
    "album": "iridescence",
    "release_id": "4384bc25-158d-4750-84f9-1c7b5d44eb8a",
    "release_group_id": null,
    "labels": [
        "Question Everything"
    ],
    "label_ids": [
        "b44470be-0183-4e64-94cd-cc3e5b65949b"
    ],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}