Information about plays

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

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

{
    "id": 370627,
    "uri": "https://api.kexp.org/v2/plays/370627/?format=api",
    "airdate": "2019-08-22T01:00:33-07:00",
    "show": 6176,
    "show_uri": "https://api.kexp.org/v2/shows/6176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "EKG (Club Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Fleet.Dreams",
    "artist_ids": [],
    "album": "Baskets of Gold",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "All City Records"
    ],
    "label_ids": [
        "c7be7739-b9e1-4dc5-9f22-2856f8820edc"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the Overnight Show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}