Information about plays

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

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

{
    "id": 371893,
    "uri": "https://api.kexp.org/v2/plays/371893/?format=api",
    "airdate": "2019-08-24T21:52:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sound",
    "track_id": "edcb8997-f065-4f85-9dde-df98c4b7f905",
    "recording_id": null,
    "artist": "Petrol Girls",
    "artist_ids": [
        "2cd694ac-1eb2-4839-801f-7e97be66d856"
    ],
    "album": "Cut & Stitch",
    "release_id": "e4c4ff61-8251-499e-b88d-17d21389e072",
    "release_group_id": null,
    "labels": [
        "Hassle Records"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://petrolgirls.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}