Information about plays

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

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

{
    "id": 347552,
    "uri": "https://api.kexp.org/v2/plays/347552/?format=api",
    "airdate": "2019-06-28T18:57:53-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "UR Paranoid",
    "track_id": "339705d0-45e5-4968-ac31-13cb23382182",
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "UR Paranoid / Off the Grid",
    "release_id": "c40c151b-fed5-4dab-8bd1-2e36a54c5898",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-05-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "!!! performing live in the Gathering Space at KEXP: https://bit.ly/2zStoSe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}