Information about plays

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

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

{
    "id": 2675143,
    "uri": "https://api.kexp.org/v2/plays/2675143/?format=api",
    "airdate": "2019-12-19T00:53:52-08:00",
    "show": 46178,
    "show_uri": "https://api.kexp.org/v2/shows/46178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday",
    "track_id": "44790de6-22f4-446f-b212-7c253449a468",
    "recording_id": null,
    "artist": "HNNY",
    "artist_ids": [
        "1292fb51-2c42-4c3e-b726-7e8cf0d51715"
    ],
    "album": "Back to Mine: Jungle",
    "release_id": "3e90c88c-bfce-410d-9c2f-babd140a58c9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hot sample of Laura Nyro & LaBelle's \"I Met Him on a Sunday\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}