Information about plays

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

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

{
    "id": 382944,
    "uri": "https://api.kexp.org/v2/plays/382944/?format=api",
    "airdate": "2019-09-19T12:02:34-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hungry Child",
    "track_id": null,
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Hot Chip live in the KEXP Studio!! <br> <br> They are playing their second show in Seattle tonight, Thursday, September 19th, at the Showbox. Info on tonight's show: https://bit.ly/2lWyvMC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}